[Rcpp-commits] r2257 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 30 11:46:53 CEST 2010
Author: romain
Date: 2010-09-30 11:46:53 +0200 (Thu, 30 Sep 2010)
New Revision: 2257
Modified:
pkg/Rcpp/inst/unitTests/runit.sugar.R
Log:
advantures in windowsland, skip sugar plus.all test
Modified: pkg/Rcpp/inst/unitTests/runit.sugar.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.sugar.R 2010-09-30 09:45:50 UTC (rev 2256)
+++ pkg/Rcpp/inst/unitTests/runit.sugar.R 2010-09-30 09:46:53 UTC (rev 2257)
@@ -953,10 +953,10 @@
checkEquals( fx() , list( 11:20,11:20, 1:10+1:10) )
}
-test.sugar.plus.all <- function( ){
- fx <- .rcpp.sugar$runit_plus_all
- checkEquals( fx(1:10) , FALSE )
-}
+# test.sugar.plus.all <- function( ){
+# fx <- .rcpp.sugar$runit_plus_all
+# checkEquals( fx(1:10) , FALSE )
+# }
test.sugar.pmin <- function( ){
fx <- .rcpp.sugar$runit_pmin
More information about the Rcpp-commits
mailing list