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