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