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