]> git.donarmstrong.com Git - xtable.git/blob - pkg/NEWS
Removed the "short.caption" argument. Instead, "caption" can be length 2 in which...
[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   * Changed the "print.xtable()" arguments to use "getOption()"
17     to check the options for a default value.  This was suggested
18         since "print.xtable()" has a lot of arguments that the user
19         will typically leave unchanged between tables.
20   * Added an "is.null()" check on the "table.placement" argument.
21   * Added an example of header and footer specification with longtable
22     to the vignette.  
23   * Added examples using the new arguments to the vignette.
24         
25 1.6-0 (2011-10-07)
26   * Allow "table*" as a value for "floating.environment" in print.xtable().
27   * Fix bug under which multiple logical columns were formatted incorrectly.
28   * Stop with an error if "xtable.table" is used on a table with more than
29     two dimensions.
30   * Add some newlines to "Rd" file to prevent lines from extending off the
31     page in the PDF version of the help files.
32   * Changed the maintainer to "Charles Roosen".
33   * Created an "xtable" project on R-Forge.
34
35 1.5-6 (2009-10-30)
36   * Support caption at the top in the LaTeX longtable.
37   * Use options()$OutDec for decimal mark.
38
39 1.5-5 (2009-03-24)
40   * Added html.table.attributes to set the attributed of the <TABLE> tag for HTML tables.
41   * Accommodated logicals by converting to characters.
42   * Add an extra space at end of each line for LaTeX tables.
43   * Fixed typographical error in documentation.