[R-gregmisc-users] SF.net SVN: r-gregmisc:[1684] trunk/gdata/tests
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-28 21:24:55
|
Revision: 1684 http://sourceforge.net/p/r-gregmisc/code/1684 Author: warnes Date: 2013-06-28 21:24:52 +0000 (Fri, 28 Jun 2013) Log Message: ----------- Minor update to tests/*.Rout.save Modified Paths: -------------- trunk/gdata/tests/test.read.xls.Rout.save trunk/gdata/tests/tests.write.fwf.Rout.save Modified: trunk/gdata/tests/test.read.xls.Rout.save =================================================================== --- trunk/gdata/tests/test.read.xls.Rout.save 2013-06-28 21:22:40 UTC (rev 1683) +++ trunk/gdata/tests/test.read.xls.Rout.save 2013-06-28 21:24:52 UTC (rev 1684) @@ -1,8 +1,7 @@ -R version 2.15.3 Patched (2013-03-13 r62287) -- "Security Blanket" +R version 3.0.1 (2013-05-16) -- "Good Sport" Copyright (C) 2013 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 -Platform: i386-apple-darwin9.8.0/i386 (32-bit) +Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -23,11 +22,11 @@ Attaching package: 'gdata' -The following object(s) are masked from 'package:stats': +The following object is masked from 'package:stats': nobs -The following object(s) are masked from 'package:utils': +The following object is masked from 'package:utils': object.size @@ -591,7 +590,7 @@ + + data <- read.xls(exampleFile2007, sheet="Sheet Second") # and by name + print(data) -+ ++ + # load the third worksheet, skipping the first two non-data lines... + data <- read.xls(exampleFile2007, sheet="Sheet with initial text", skip=2) + print(data) @@ -673,24 +672,14 @@ > latin1FileX <- file.path(path.package('gdata'),'xls', 'latin-1.xlsx') > > example.latin1 <- read.xls(latin1File, fileEncoding='latin1') -Warning messages: -1: In read.table(file = file, header = header, sep = sep, quote = quote, : - invalid input found on input connection '/var/folders/dG/dGl84jhkHAe+alfrBBIYKE+++TQ/-Tmp-//RtmpGQaXAS/file4640360d0390.csv' -2: In read.table(file = file, header = header, sep = sep, quote = quote, : - incomplete final line found by readTableHeader on '/var/folders/dG/dGl84jhkHAe+alfrBBIYKE+++TQ/-Tmp-//RtmpGQaXAS/file4640360d0390.csv' > > if( 'XLSX' %in% xlsFormats() ) + { + example.latin1.x <- read.xls(latin1FileX, fileEncoding='latin1') + } -Warning messages: -1: In read.table(file = file, header = header, sep = sep, quote = quote, : - invalid input found on input connection '/var/folders/dG/dGl84jhkHAe+alfrBBIYKE+++TQ/-Tmp-//RtmpGQaXAS/file46401064fea9.csv' -2: In read.table(file = file, header = header, sep = sep, quote = quote, : - incomplete final line found by readTableHeader on '/var/folders/dG/dGl84jhkHAe+alfrBBIYKE+++TQ/-Tmp-//RtmpGQaXAS/file46401064fea9.csv' > > > > proc.time() user system elapsed - 6.693 0.979 7.921 + 10.072 1.468 12.094 Modified: trunk/gdata/tests/tests.write.fwf.Rout.save =================================================================== --- trunk/gdata/tests/tests.write.fwf.Rout.save 2013-06-28 21:22:40 UTC (rev 1683) +++ trunk/gdata/tests/tests.write.fwf.Rout.save 2013-06-28 21:24:52 UTC (rev 1684) @@ -1,8 +1,7 @@ -R version 2.15.3 Patched (2013-03-13 r62287) -- "Security Blanket" +R version 3.0.1 (2013-05-16) -- "Good Sport" Copyright (C) 2013 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 -Platform: i386-apple-darwin9.8.0/i386 (32-bit) +Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -30,11 +29,11 @@ Attaching package: 'gdata' -The following object(s) are masked from 'package:stats': +The following object is masked from 'package:stats': nobs -The following object(s) are masked from 'package:utils': +The following object is masked from 'package:utils': object.size @@ -232,4 +231,4 @@ > > proc.time() user system elapsed - 0.830 0.090 0.906 + 1.464 0.152 1.631 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |