[Rcpp-commits] r3477 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 15 17:13:28 CET 2012
Author: edd
Date: 2012-02-15 17:13:28 +0100 (Wed, 15 Feb 2012)
New Revision: 3477
Modified:
pkg/Rcpp/inst/unitTests/runit.Module.client.package.R
Log:
disabling this Rcpp modules test
Modified: pkg/Rcpp/inst/unitTests/runit.Module.client.package.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Module.client.package.R 2012-02-15 13:11:27 UTC (rev 3476)
+++ pkg/Rcpp/inst/unitTests/runit.Module.client.package.R 2012-02-15 16:13:28 UTC (rev 3477)
@@ -31,8 +31,11 @@
## It now (Dec 2011) appears to fail on Windows too
.onWindows <- .Platform$OS.type == "windows"
-if( Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX && ! .onWindows) {
+## Disabling this test for now
+.runThisTest <- FALSE
+if( .runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX && ! .onWindows) {
+
test.Module.package <- function( ){
td <- tempfile()
More information about the Rcpp-commits
mailing list