]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/NEWS
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@52 edb9625f-4e0d-4859...
[xtable.git] / pkg / NEWS
index 1a7c96764a4babec8587a76967f11fd304a6f889..ab5c41e07f4ac414aab59c4b1b4a8cd021aa16df 100644 (file)
--- a/pkg/NEWS
+++ b/pkg/NEWS
@@ -1,12 +1,40 @@
-1.7-1 (NOT YET RELEASED)
-  * Fixed logicals bug (number 1911)
+1.7-4 (2014-09-11)
+  * Released to CRAN
+  * Changed tags in HTML to be all lower case, to be compatible with
+    HTML5, part of feature request. (#5879)
+  * Fixed booktabs bug (#2309), more of an enhancement really. Updated
+    xtableGallery.snw to illustrate the change.
+  * Moved vignettes from inst/doc to vignettes as now required by CRAN.
+  * Changed email address of David Dahl to dahl@stat.byu.edu in 9 places
+
+1.7-3 (2014-03-06)
+  * Released to CRAN
+  * Dealt with format.args bug (#4770). No code changes, but the
+    documentation of print.xtable was changed to warn of the problem
+    and to give a workaround as an example.
+
+1.7-1 (2013-02-24)
+  * Fixed logicals bug. (Req #1911)
   * Changed implementation of centering of tables. Instead of
-    inserting a centred environment, now a \centering command is
-    inserted. Response to request #2104.
+    inserting a centered environment, now a \centering command is
+    inserted. (Req #2104)
+  * Allow for margin tables as possible with document class
+    tufte-handout. An example of usage is found in the vignette.
+    produced by margintable.Rnw which is in inst/doc. (Req #2168)
+  * Added "timestamp" argument to print.xtable().  Set it to NULL
+    if no timestamp is desired. (Req #2246)
+  * Added "comment" argument to print.xtable().  Set it to FALSE
+    to exclude the version and timestamp comment. (Req #2246)
+  * Added "caption.width" argument.  If not NULL then the caption
+    is placed in a "parbox" of the specified width. (Req #2247)
+  * Remove the check on whether the "floating.environment" is in a
+    list of known floating environments. Users want to use floating
+    environments from multiple options LaTeX packages. (Req #2488,
+    #2578)
 
-1.7-0
+1.7-0 (2012-02-10)
   * Added some vectorization code to improve performance.
-  * Let "caption" be length 2, in which case the second value is 
+  * Let "caption" be length 2, in which case the second value is
     the short caption used when creating a list of tables.
   * Added "toLatex" method.
   * Included "print.xtable" in the exported methods in the NAMESPACE file.
   * Added "format.args" argument to "print" that can be used to
     pass additional arguments such as "big.marks" to "formatC()".
   * Added "rotate.colnames" and "rotate.rownames" arguments to
-    "print.xtable".  
-  * Added "booktabs" argument to use the "\toprule", "\midrule", and  
+    "print.xtable".
+  * Added "booktabs" argument to use the "\toprule", "\midrule", and
     "\bottomrule" tags from the Latex "booktabs" package rather than
-       using "\hline" for all horizontal lines.
+    using "\hline" for all horizontal lines.
   * Added "scalebox" argument to include a "\scalebox" clause around
     the tabular environment with the specified value used as the
-    scaling factor.    
+    scaling factor.
   * Added "width" argument to allow specification of the width
     value in tabular environments such as "tabularx".
   * Added "X" as an allowed alignment value in the "align()"
-    replacement function.  
+    replacement function.
   * Changed the "print.xtable()" arguments to use "getOption()"
     to check the options for a default value.  This was suggested
-       since "print.xtable()" has a lot of arguments that the user
-       will typically leave unchanged between tables.
+    since "print.xtable()" has a lot of arguments that the user
+    will typically leave unchanged between tables.
   * Added an "is.null()" check on the "table.placement" argument.
   * Added examples using the new arguments to the vignette.
-       
+
 1.6-0 (2011-10-07)
   * Allow "table*" as a value for "floating.environment" in print.xtable().
   * Fix bug under which multiple logical columns were formatted incorrectly.
@@ -48,7 +76,8 @@
   * Use options()$OutDec for decimal mark.
 
 1.5-5 (2009-03-24)
-  * Added html.table.attributes to set the attributed of the <TABLE> tag for HTML tables.
+  * Added html.table.attributes to set the attributed of the <TABLE> tag for
+    HTML tables.
   * Accommodated logicals by converting to characters.
   * Add an extra space at end of each line for LaTeX tables.
   * Fixed typographical error in documentation.