[R-gregmisc-commits] r2152 - in pkg/gdata: . tests vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 5 21:58:20 CEST 2017


Author: warnes
Date: 2017-06-05 21:58:19 +0200 (Mon, 05 Jun 2017)
New Revision: 2152

Modified:
   pkg/gdata/DESCRIPTION
   pkg/gdata/tests/test.humanReadable.Rout.save
   pkg/gdata/tests/test.read.xls.Rout.save
   pkg/gdata/tests/test.reorder.factor.Rout.save
   pkg/gdata/tests/tests.write.fwf.Rout.save
   pkg/gdata/vignettes/mapLevels.Rnw
Log:
Update package version and stored test output.

Modified: pkg/gdata/DESCRIPTION
===================================================================
--- pkg/gdata/DESCRIPTION	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/DESCRIPTION	2017-06-05 19:58:19 UTC (rev 2152)
@@ -23,8 +23,8 @@
 Depends: R (>= 2.3.0)
 SystemRequirements: perl (>= 5.10.0)
 Imports: gtools, stats, methods, utils
-Version: 2.17.0
-Date: 2015-07-02
+Version: 2.18.0
+Date: 2017-05-05
 Author: Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor
         Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni
         Magnusson, Jim Rogers, and others

Modified: pkg/gdata/tests/test.humanReadable.Rout.save
===================================================================
--- pkg/gdata/tests/test.humanReadable.Rout.save	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/tests/test.humanReadable.Rout.save	2017-06-05 19:58:19 UTC (rev 2152)
@@ -1,6 +1,6 @@
 
-R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
-Copyright (C) 2015 The R Foundation for Statistical Computing
+R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
+Copyright (C) 2016 The R Foundation for Statistical Computing
 Platform: x86_64-apple-darwin13.4.0 (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -30,6 +30,10 @@
 
     object.size
 
+The following object is masked from 'package:base':
+
+    startsWith
+
 > 
 > options(humanReadable=FALSE)
 > 
@@ -235,4 +239,4 @@
 > 
 > proc.time()
    user  system elapsed 
-  0.421   0.052   0.464 
+  0.301   0.044   0.361 

Modified: pkg/gdata/tests/test.read.xls.Rout.save
===================================================================
--- pkg/gdata/tests/test.read.xls.Rout.save	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/tests/test.read.xls.Rout.save	2017-06-05 19:58:19 UTC (rev 2152)
@@ -1,6 +1,6 @@
 
-R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
-Copyright (C) 2015 The R Foundation for Statistical Computing
+R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
+Copyright (C) 2016 The R Foundation for Statistical Computing
 Platform: x86_64-apple-darwin13.4.0 (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -30,6 +30,10 @@
 
     object.size
 
+The following object is masked from 'package:base':
+
+    startsWith
+
 > 
 > if ( ! 'XLSX' %in% xlsFormats() )
 +   {
@@ -904,4 +908,4 @@
 > 
 > proc.time()
    user  system elapsed 
- 13.495   0.834  14.549 
+ 10.455   0.880  12.534 

Modified: pkg/gdata/tests/test.reorder.factor.Rout.save
===================================================================
--- pkg/gdata/tests/test.reorder.factor.Rout.save	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/tests/test.reorder.factor.Rout.save	2017-06-05 19:58:19 UTC (rev 2152)
@@ -1,6 +1,6 @@
 
-R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
-Copyright (C) 2015 The R Foundation for Statistical Computing
+R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
+Copyright (C) 2016 The R Foundation for Statistical Computing
 Platform: x86_64-apple-darwin13.4.0 (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -41,6 +41,10 @@
 
     object.size
 
+The following object is masked from 'package:base':
+
+    startsWith
+
 > 
 > ( m2 <- reorder(m, X=c(3, 2, 1)) )
 [1] a b c
@@ -53,4 +57,4 @@
 > 
 > proc.time()
    user  system elapsed 
-  0.341   0.046   0.381 
+  0.262   0.043   0.321 

Modified: pkg/gdata/tests/tests.write.fwf.Rout.save
===================================================================
--- pkg/gdata/tests/tests.write.fwf.Rout.save	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/tests/tests.write.fwf.Rout.save	2017-06-05 19:58:19 UTC (rev 2152)
@@ -1,6 +1,6 @@
 
-R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
-Copyright (C) 2015 The R Foundation for Statistical Computing
+R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
+Copyright (C) 2016 The R Foundation for Statistical Computing
 Platform: x86_64-apple-darwin13.4.0 (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -37,6 +37,10 @@
 
     object.size
 
+The following object is masked from 'package:base':
+
+    startsWith
+
 > 
 > ## --- Test data ---
 > 
@@ -231,4 +235,4 @@
 > 
 > proc.time()
    user  system elapsed 
-  0.426   0.048   0.462 
+  0.333   0.044   0.392 

Modified: pkg/gdata/vignettes/mapLevels.Rnw
===================================================================
--- pkg/gdata/vignettes/mapLevels.Rnw	2017-06-05 19:27:12 UTC (rev 2151)
+++ pkg/gdata/vignettes/mapLevels.Rnw	2017-06-05 19:58:19 UTC (rev 2152)
@@ -12,6 +12,7 @@
 \SweaveOpts{strip.white=all, keep.source=TRUE}
 
 \begin{document}
+\SweaveOpts{concordance=TRUE}
 
 \begin{article}
 



More information about the R-gregmisc-commits mailing list