]> git.donarmstrong.com Git - xtable.git/blob - pkg/NEWS
Small update to the NEWS file.
[xtable.git] / pkg / NEWS
1 1.7-0 (NOT YET RELEASED)
2   * Added some vectorization code to improve performance.
3   * Let "caption" be length 2, in which case the second value is 
4     the short caption used when creating a list of tables.
5   * Added "toLatex" method.
6   * Included "print.xtable" in the exported methods in the NAMESPACE file.
7   * Added "print.results" argument to "print" that can be used to
8     suppress the printing.
9   * Added "format.args" argument to "print" that can be used to
10     pass additional arguments such as "big.marks" to "formatC()".
11   * Added "rotate.colnames" and "rotate.rownames" arguments to
12     "print.xtable".  
13   * Added "booktabs" argument to use the "\toprule", "\midrule", and  
14     "\bottomrule" tags from the Latex "booktabs" package rather than
15         using "\hline" for all horizontal lines.
16   * Added "scalebox" argument to include a "\scalebox" clause around
17     the tabular environment with the specified value used as the
18     scaling factor.     
19   * Added "width" argument to allow specification of the width
20     value in tabular environments such as "tabularx".
21   * Added "X" as an allowed alignment value in the "align()"
22     replacement function.  
23   * Changed the "print.xtable()" arguments to use "getOption()"
24     to check the options for a default value.  This was suggested
25         since "print.xtable()" has a lot of arguments that the user
26         will typically leave unchanged between tables.
27   * Added an "is.null()" check on the "table.placement" argument.
28   * Added examples using the new arguments to the vignette.
29         
30 1.6-0 (2011-10-07)
31   * Allow "table*" as a value for "floating.environment" in print.xtable().
32   * Fix bug under which multiple logical columns were formatted incorrectly.
33   * Stop with an error if "xtable.table" is used on a table with more than
34     two dimensions.
35   * Add some newlines to "Rd" file to prevent lines from extending off the
36     page in the PDF version of the help files.
37   * Changed the maintainer to "Charles Roosen".
38   * Created an "xtable" project on R-Forge.
39
40 1.5-6 (2009-10-30)
41   * Support caption at the top in the LaTeX longtable.
42   * Use options()$OutDec for decimal mark.
43
44 1.5-5 (2009-03-24)
45   * Added html.table.attributes to set the attributed of the <TABLE> tag for HTML tables.
46   * Accommodated logicals by converting to characters.
47   * Add an extra space at end of each line for LaTeX tables.
48   * Fixed typographical error in documentation.