[Rcpp-commits] r2695 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 3 13:21:33 CET 2010
Author: romain
Date: 2010-12-03 13:21:33 +0100 (Fri, 03 Dec 2010)
New Revision: 2695
Modified:
pkg/Rcpp/inst/unitTests/runit.RObject.R
Log:
typos
Modified: pkg/Rcpp/inst/unitTests/runit.RObject.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.RObject.R 2010-12-03 12:15:12 UTC (rev 2694)
+++ pkg/Rcpp/inst/unitTests/runit.RObject.R 2010-12-03 12:21:33 UTC (rev 2695)
@@ -337,7 +337,7 @@
x <- 1:10
checkTrue( !fx(x) )
class(x) <- "foo"
- checkTrue( fx(x) ) )
+ checkTrue( fx(x) )
class(x) <- c("foo", "bar" )
- checkTrue( fx(x) ) )
+ checkTrue( fx(x) )
}
More information about the Rcpp-commits
mailing list