]> git.donarmstrong.com Git - xtable.git/blob - pkg/NEWS
Added "format.args" argument to "print.xtable" that can be used to pass arguments...
[xtable.git] / pkg / NEWS
1 1.6-1 (NOT YET RELEASED)
2
3   * Added some vectorization code to improve performance.
4   * Added "toLatex" method.
5   * Included "print" in the exported methods in the NAMESPACE file.
6   * Added "print.results" argument to "print" that can be used to
7     suppress the printing.
8   * Added an "is.null()" check on the "table.placement" argument.
9   * Added an example of header and footer specification with longtable
10     to the vignette.  
11   * Added "format.args" argument to "print" that can be used to
12     pass additional arguments such as "big.marks" to "formatC()".
13
14 1.6-0 (2011-10-07)
15   * Allow "table*" as a value for "floating.environment" in print.xtable().
16   * Fix bug under which multiple logical columns were formatted incorrectly.
17   * Stop with an error if "xtable.table" is used on a table with more than
18     two dimensions.
19   * Add some newlines to "Rd" file to prevent lines from extending off the
20     page in the PDF version of the help files.
21   * Changed the maintainer to "Charles Roosen".
22   * Created an "xtable" project on R-Forge.
23
24 1.5-6 (2009-10-30)
25   * Support caption at the top in the LaTeX longtable.
26   * Use options()$OutDec for decimal mark.
27
28 1.5-5 (2009-03-24)
29   * Added html.table.attributes to set the attributed of the <TABLE> tag for HTML tables.
30   * Accommodated logicals by converting to characters.
31   * Add an extra space at end of each line for LaTeX tables.
32   * Fixed typographical error in documentation.
33