[Rcpp-commits] r1786 - in pkg/Rcpp: . inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 5 22:10:18 CEST 2010


Author: edd
Date: 2010-07-05 22:10:17 +0200 (Mon, 05 Jul 2010)
New Revision: 1786

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/unitTests/runTests.R
Log:
revert to running all tests on Windows, now that we have accelerated unit testing
incremented minor just to mark a difference


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-07-05 19:31:59 UTC (rev 1785)
+++ pkg/Rcpp/DESCRIPTION	2010-07-05 20:10:17 UTC (rev 1786)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.8.3.1
+Version: 0.8.3.2
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek, David Reiss and Douglas Bates; based on code written during 

Modified: pkg/Rcpp/inst/unitTests/runTests.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runTests.R	2010-07-05 19:31:59 UTC (rev 1785)
+++ pkg/Rcpp/inst/unitTests/runTests.R	2010-07-05 20:10:17 UTC (rev 1786)
@@ -60,11 +60,11 @@
     	if ("--allTests" %in% commandArgs(TRUE)) return(TRUE)
     	return(FALSE)
     }
-    if (.Platform$OS.type == "windows" && allTests() == FALSE) {
-        ## by imposing [D-Z] (instead of an implicit A-Z) we are going from
-        ## 45 tests to run down to 38 (numbers as of release 0.8.3)
-        testSuite$testFileRegexp <- "^runit.[D-Z]+\\.[rR]$"
-    }
+    ## if (.Platform$OS.type == "windows" && allTests() == FALSE) {
+    ##     ## by imposing [D-Z] (instead of an implicit A-Z) we are going from
+    ##     ## 45 tests to run down to 38 (numbers as of release 0.8.3)
+    ##     testSuite$testFileRegexp <- "^runit.[D-Z]+\\.[rR]$"
+    ## }
 
     if (interactive()) {
         cat("Now have RUnit Test Suite 'testSuite' for package '", pkg,



More information about the Rcpp-commits mailing list