]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/NEWS
Added "toLatex()" method. Added "print.result" argument to "print.xtable()" function.
[xtable.git] / pkg / NEWS
index 897a8d85f4af47ada9f311e46e62ab3efa5730c3..a2469ae2fbbe6448d29c60a209cf300b78acd854 100644 (file)
--- a/pkg/NEWS
+++ b/pkg/NEWS
@@ -1,3 +1,21 @@
+1.6-1 (NOT YET RELEASED)
+
+  * Added some vectorization code to improve performance.
+  * Added "toLatex" method.
+  * Included "print" in the exported methods in the NAMESPACE file.
+  * Added "print.result" argument to "print" that can be used to
+    suppress the printing.
+
+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.
+  * Stop with an error if "xtable.table" is used on a table with more than
+    two dimensions.
+  * Add some newlines to "Rd" file to prevent lines from extending off the
+    page in the PDF version of the help files.
+  * Changed the maintainer to "Charles Roosen".
+  * Created an "xtable" project on R-Forge.
+
 1.5-6 (2009-10-30)
   * Support caption at the top in the LaTeX longtable.
   * Use options()$OutDec for decimal mark.