[R-gregmisc-users] SF.net SVN: r-gregmisc:[1616] trunk/gdata/R/sheetCount.R
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-19 18:02:28
|
Revision: 1616 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1616&view=rev Author: warnes Date: 2012-09-19 18:02:18 +0000 (Wed, 19 Sep 2012) Log Message: ----------- Add ignore.stderr to system command in sheetCmd() to prevent stderr messages from being included in the captured output from the perl script. Modified Paths: -------------- trunk/gdata/R/sheetCount.R Modified: trunk/gdata/R/sheetCount.R =================================================================== --- trunk/gdata/R/sheetCount.R 2012-09-19 17:17:15 UTC (rev 1615) +++ trunk/gdata/R/sheetCount.R 2012-09-19 18:02:18 UTC (rev 1616) @@ -61,7 +61,7 @@ cat("... \n\n") } ## - output <- system(cmd, intern=TRUE) + output <- system(cmd, intern=TRUE, ignore.stderr=TRUE) if(verbose) cat("Results: ", output, "\n") ## tc <- textConnection(output) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |