[R-gregmisc-users] SF.net SVN: r-gregmisc:[1561] trunk/gdata/tests/test.read.xls.R
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-08 23:14:51
|
Revision: 1561 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1561&view=rev Author: warnes Date: 2012-06-08 21:59:52 +0000 (Fri, 08 Jun 2012) Log Message: ----------- fix incorrect function name Modified Paths: -------------- trunk/gdata/tests/test.read.xls.R Modified: trunk/gdata/tests/test.read.xls.R =================================================================== --- trunk/gdata/tests/test.read.xls.R 2012-06-08 20:02:21 UTC (rev 1560) +++ trunk/gdata/tests/test.read.xls.R 2012-06-08 21:59:52 UTC (rev 1561) @@ -2,7 +2,7 @@ if ( ! 'XLSX' %in% xlsFormats() ) { - try( installXLSXModules() ) + try( installXLSXsupport() ) } # iris.xls is included in the gregmisc package for use as an example This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |