[R-gregmisc-users] SF.net SVN: r-gregmisc: [1247] trunk/gdata/man/read.xls.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2008-03-24 23:56:31
|
Revision: 1247 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1247&view=rev Author: warnes Date: 2008-03-24 16:56:30 -0700 (Mon, 24 Mar 2008) Log Message: ----------- Fix typo in win32 example for read.xls() Modified Paths: -------------- trunk/gdata/man/read.xls.Rd Modified: trunk/gdata/man/read.xls.Rd =================================================================== --- trunk/gdata/man/read.xls.Rd 2008-03-11 20:22:14 UTC (rev 1246) +++ trunk/gdata/man/read.xls.Rd 2008-03-24 23:56:30 UTC (rev 1247) @@ -54,7 +54,7 @@ \dontrun{ # Example specifying exact Perl path for default MS-Windows install of # ActiveState perl - iris <- read.xls(xlsfile, perl="C:\\perl\bin\perl.exe") + iris <- read.xls(xlsfile, perl="C:/perl/bin/perl.exe") # Example specifying exact Perl path for Unix systems iris <- read.xls(xlsfile, perl="/usr/bin/perl") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |