[Rcpp-commits] r3482 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 16 21:55:38 CET 2012
Author: edd
Date: 2012-02-16 21:55:38 +0100 (Thu, 16 Feb 2012)
New Revision: 3482
Modified:
pkg/Rcpp/inst/unitTests/runit.Module.client.package.R
Log:
and reverting this -- and Romain astutely observed that assignInMyNamespace may be somewhat that we do not actually want
Modified: pkg/Rcpp/inst/unitTests/runit.Module.client.package.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Module.client.package.R 2012-02-16 20:27:04 UTC (rev 3481)
+++ pkg/Rcpp/inst/unitTests/runit.Module.client.package.R 2012-02-16 20:55:38 UTC (rev 3482)
@@ -31,8 +31,8 @@
## It now (Dec 2011) appears to fail on Windows too
.onWindows <- .Platform$OS.type == "windows"
-## Re-enabling this test for now
-.runThisTest <- TRUE
+## Disabling this test for now as it fails in R-devel
+.runThisTest <- FALSE
if (.runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX && ! .onWindows) {
More information about the Rcpp-commits
mailing list