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