]> git.donarmstrong.com Git - xtable.git/blob - pkg/NEWS
Added "toLatex()" method. Added "print.result" argument to "print.xtable()" function.
[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.result" argument to "print" that can be used to
7     suppress the printing.
8
9 1.6-0 (2011-10-07)
10   * Allow "table*" as a value for "floating.environment" in print.xtable().
11   * Fix bug under which multiple logical columns were formatted incorrectly.
12   * Stop with an error if "xtable.table" is used on a table with more than
13     two dimensions.
14   * Add some newlines to "Rd" file to prevent lines from extending off the
15     page in the PDF version of the help files.
16   * Changed the maintainer to "Charles Roosen".
17   * Created an "xtable" project on R-Forge.
18
19 1.5-6 (2009-10-30)
20   * Support caption at the top in the LaTeX longtable.
21   * Use options()$OutDec for decimal mark.
22
23 1.5-5 (2009-03-24)
24   * Added html.table.attributes to set the attributed of the <TABLE> tag for HTML tables.
25   * Accommodated logicals by converting to characters.
26   * Add an extra space at end of each line for LaTeX tables.
27   * Fixed typographical error in documentation.
28