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