]> git.donarmstrong.com Git - xtable.git/log
xtable.git
12 years agoAdded "scalebox" argument to print.xtable. Commented out longtable example with...
roosen [Tue, 7 Feb 2012 09:11:53 +0000 (09:11 +0000)]
Added "scalebox" argument to print.xtable.  Commented out longtable example with repeated headers as the column name alignment was off.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@28 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoRemoved the "short.caption" argument. Instead, "caption" can be length 2 in which...
roosen [Mon, 6 Feb 2012 15:27:05 +0000 (15:27 +0000)]
Removed the "short.caption" argument.  Instead, "caption" can be length 2 in which case the second item is used as the short caption.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@27 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoSubmitting multiple changes as R-Forge SVN has been down. Added the use of getOption...
roosen [Thu, 2 Feb 2012 08:34:09 +0000 (08:34 +0000)]
Submitting multiple changes as R-Forge SVN has been down.  Added the use of getOption() to obtain the defaults for print.xtable().  Added the "booktabs" argument as suggested by Matthieu Stigler.  Removed the changes regarding hline handling, as these were work-arounds to enable "booktabs", are no longer needed, and seemed to be causing missing hlines with "longtable" (perhaps only when combined with the booktabs changes).

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@26 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoReduced line lengths in the usage section of print.xtable.Rd.
roosen [Tue, 31 Jan 2012 09:59:35 +0000 (09:59 +0000)]
Reduced line lengths in the usage section of print.xtable.Rd.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@25 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded "rotate.rownames" and "rotate.colnames" arguments as suggested by Marcus Loeche...
roosen [Mon, 30 Jan 2012 15:48:54 +0000 (15:48 +0000)]
Added "rotate.rownames" and "rotate.colnames" arguments as suggested by Marcus Loecher in email dated Nov, 2009.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@24 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoIntroduced John Leonard's change regarding the inclusion of newline and hline when...
roosen [Mon, 30 Jan 2012 15:06:10 +0000 (15:06 +0000)]
Introduced John Leonard's change regarding the inclusion of newline and hline when longtable and add.to.rows are both used.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@23 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded "short.caption" argument to "print.xtable()". This was added to print.xtable...
roosen [Mon, 30 Jan 2012 14:24:31 +0000 (14:24 +0000)]
Added "short.caption" argument to "print.xtable()".  This was added to print.xtable rather than adding it to the xtable constructor to avoid making people rewrite their xtable methods.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@22 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded "format.args" argument to "print.xtable" that can be used to pass arguments...
roosen [Mon, 30 Jan 2012 11:29:39 +0000 (11:29 +0000)]
Added "format.args" argument to "print.xtable" that can be used to pass arguments to "formatC()".

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@21 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoChanged "print.result" to "print.results". I had specified the latter in the vignett...
roosen [Mon, 30 Jan 2012 10:26:00 +0000 (10:26 +0000)]
Changed "print.result" to "print.results".  I had specified the latter in the vignette, so it's probably an easy error to make.  Also added a longtable example to xtableGallery.snw.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@20 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded !is.null(table.placement) check.
roosen [Mon, 30 Jan 2012 10:02:18 +0000 (10:02 +0000)]
Added !is.null(table.placement) check.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@19 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded "toLatex()" method. Added "print.result" argument to "print.xtable()" function.
roosen [Mon, 30 Jan 2012 09:40:38 +0000 (09:40 +0000)]
Added "toLatex()" method.  Added "print.result" argument to "print.xtable()" function.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@18 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoChanges to print.xtable() vectorizing some of the formatting code.
roosen [Tue, 6 Dec 2011 07:34:26 +0000 (07:34 +0000)]
Changes to print.xtable() vectorizing some of the formatting code.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoIn the DESCRIPTION file change it to be R version 2.10.0 or later as it's built with...
roosen [Tue, 11 Oct 2011 14:58:00 +0000 (14:58 +0000)]
In the DESCRIPTION file change it to be R version 2.10.0 or later as it's built with the new help system.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@16 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoRemove extra "else" from recent check-in.
roosen [Mon, 10 Oct 2011 07:20:35 +0000 (07:20 +0000)]
Remove extra "else" from recent check-in.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@15 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoUpdate the NEWS file to reflect latest changes.
roosen [Fri, 7 Oct 2011 07:39:06 +0000 (07:39 +0000)]
Update the NEWS file to reflect latest changes.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@14 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoThe xtableGallery.pdf is generated as part of the build, so don't have it in source...
roosen [Fri, 7 Oct 2011 07:38:40 +0000 (07:38 +0000)]
The xtableGallery.pdf is generated as part of the build, so don't have it in source control.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@13 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoIn "xtable.table", stop if the table has more than two dimensions.
roosen [Fri, 7 Oct 2011 07:37:44 +0000 (07:37 +0000)]
In "xtable.table", stop if the table has more than two dimensions.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@12 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdd some newlines in the Rd files. In the PDF version of the help the lines were...
roosen [Fri, 7 Oct 2011 07:12:18 +0000 (07:12 +0000)]
Add some newlines in the Rd files.  In the PDF version of the help the lines were running off the page.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@11 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded some <P> tags to index.php.
roosen [Thu, 6 Oct 2011 14:14:05 +0000 (14:14 +0000)]
Added some <P> tags to index.php.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@10 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdd URL and remove dates that should be generated at build time from DESCRIPTION.
roosen [Thu, 6 Oct 2011 06:27:36 +0000 (06:27 +0000)]
Add URL and remove dates that should be generated at build time from DESCRIPTION.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@9 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAdded links to the Tracker pages and a ststaement about backwards compatibility to...
roosen [Thu, 6 Oct 2011 06:22:37 +0000 (06:22 +0000)]
Added links to the Tracker pages and a ststaement about backwards compatibility to index.php.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@8 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoUpdate "DESCRIPTION" and "NEWS" files to reflect latest changes. Changed version...
roosen [Thu, 6 Oct 2011 06:07:48 +0000 (06:07 +0000)]
Update "DESCRIPTION" and "NEWS" files to reflect latest changes.  Changed version number to 1.6-0.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@7 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoAllow "table*" as a value for the "floating.environment".
roosen [Thu, 6 Oct 2011 06:07:02 +0000 (06:07 +0000)]
Allow "table*" as a value for the "floating.environment".

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@6 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoFix bug in which values for multiple logical columns were collapsed into a single...
roosen [Thu, 6 Oct 2011 06:06:18 +0000 (06:06 +0000)]
Fix bug in which values for multiple logical columns were collapsed into a single column.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@5 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoComment out the "no content added" in the index.php.
roosen [Wed, 5 Oct 2011 15:09:03 +0000 (15:09 +0000)]
Comment out the "no content added" in the index.php.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@4 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoChanged maintainer to "Charles Roosen" in the DESCRIPTION file. Updated the version...
roosen [Wed, 5 Oct 2011 06:44:23 +0000 (06:44 +0000)]
Changed maintainer to "Charles Roosen" in the DESCRIPTION file.  Updated the version number to 1.5-7.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@3 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agoxtable Version 1.5-6 (2009-11-08) downloaded from CRAN on 2011-10-04.
roosen [Tue, 4 Oct 2011 15:44:18 +0000 (15:44 +0000)]
xtable Version 1.5-6 (2009-11-08) downloaded from CRAN on 2011-10-04.

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@2 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

12 years agosmall themeroot fix
stefan7th [Thu, 15 Sep 2011 15:26:09 +0000 (15:26 +0000)]
small themeroot fix

git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@1 edb9625f-4e0d-4859-8d74-9fd3b1da38cb