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