]> git.donarmstrong.com Git - xtable.git/commitdiff
Keep track of dates when xtable was packaged for CRAN release
authorarnima <arnima@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Mon, 15 Sep 2014 10:52:59 +0000 (10:52 +0000)
committerarnima <arnima@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Mon, 15 Sep 2014 10:52:59 +0000 (10:52 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@50 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/DESCRIPTION
pkg/NEWS

index c0654e4f0c73847ab3a2dfaf9f9bf1b9dbdb1556..2d8b9f51d545ef3c86d813a23dda3ff0525e3d80 100644 (file)
@@ -1,6 +1,6 @@
 Package: xtable
 Version: 1.7-4
-Date: 2014/08/17
+Date: 2014/09/11
 Title: Export tables to LaTeX or HTML
 Author: David B. Dahl <dahl@stat.byu.edu>
 Maintainer: David Scott <d.scott@auckland.ac.nz>
index ec4aebe5a598211e14c53e1399f892b308d6189d..72ed8c1adaa76038a8777f6c32b004225b1d6421 100644 (file)
--- a/pkg/NEWS
+++ b/pkg/NEWS
@@ -1,26 +1,24 @@
-
-1.7-4 (NOT YET RELEASED)
+1.7-4 (2014-09-11)
   * Changed tags in HTML to be all lower case, to be compatible with
-    HTML5, part of feature request(#5879)
+    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
-
+  * Moved vignettes from inst/doc to vignettes as now required by CRAN.
 
-1.7-2 (2013-08-28, Not Released to CRAN)
-  * Fixed HTML gsub bug (#2795)
+1.7-3 (2014-01-31)
+  * Fixed HTML gsub bug. (#2795)
   * 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
+    and to give a workaround as an example.
 
 1.7-1 (2013-02-24)
-  * Fixed logicals bug (Req #1911)
+  * Fixed logicals bug. (Req #1911)
   * Changed implementation of centering of tables. Instead of
     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)
+    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
@@ -29,7 +27,7 @@
     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,
+    environments from multiple options LaTeX packages. (Req #2488,
     #2578)
 
 1.7-0 (2012-02-10)
@@ -46,7 +44,7 @@
     "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.
@@ -56,8 +54,8 @@
     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.
 
@@ -76,7 +74,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.