[R-gregmisc-users] SF.net SVN: r-gregmisc:[1562] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-08 23:14:51
|
Revision: 1562 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1562&view=rev Author: warnes Date: 2012-06-08 22:04:34 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Update DESCRIPTION and tests Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/tests/test.read.xls.Rout.save Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-06-08 21:59:52 UTC (rev 1561) +++ trunk/gdata/DESCRIPTION 2012-06-08 22:04:34 UTC (rev 1562) @@ -3,7 +3,7 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.13.0) Imports: gtools -Version: 2.10.4 +Version: 2.10.5 Date: 2012-06-08 Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Modified: trunk/gdata/tests/test.read.xls.Rout.save =================================================================== --- trunk/gdata/tests/test.read.xls.Rout.save 2012-06-08 21:59:52 UTC (rev 1561) +++ trunk/gdata/tests/test.read.xls.Rout.save 2012-06-08 22:04:34 UTC (rev 1562) @@ -34,7 +34,7 @@ > > if ( ! 'XLSX' %in% xlsFormats() ) + { -+ try( installXLSXModules() ) ++ try( installXLSXsupport() ) + } > > # iris.xls is included in the gregmisc package for use as an example @@ -644,4 +644,4 @@ > > proc.time() user system elapsed - 3.054 0.376 3.563 + 2.916 0.357 3.366 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |