[Rcpp-commits] r735 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 18 13:33:53 CET 2010
Author: romain
Date: 2010-02-18 13:33:53 +0100 (Thu, 18 Feb 2010)
New Revision: 735
Modified:
pkg/Rcpp/inst/unitTests/runit.Language.R
Log:
fixed one unit test
Modified: pkg/Rcpp/inst/unitTests/runit.Language.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Language.R 2010-02-18 12:19:14 UTC (rev 734)
+++ pkg/Rcpp/inst/unitTests/runit.Language.R 2010-02-18 12:33:53 UTC (rev 735)
@@ -147,7 +147,7 @@
checkEquals(
funx( 1:10 ),
- lapply( 1:10, function(n) seq(from=n, to = 0 ) ),
+ lapply( 1:10, function(n) seq(from=10, to = n ) ),
msg = "c++ lapply using calls" )
}
More information about the Rcpp-commits
mailing list