[Rcpp-commits] r1193 - pkg/Rcpp/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 10 15:49:01 CEST 2010


Author: romain
Date: 2010-05-10 15:49:01 +0200 (Mon, 10 May 2010)
New Revision: 1193

Modified:
   pkg/Rcpp/inst/unitTests/runit.Dimension.R
Log:
oooooops

Modified: pkg/Rcpp/inst/unitTests/runit.Dimension.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Dimension.R	2010-05-10 13:44:13 UTC (rev 1192)
+++ pkg/Rcpp/inst/unitTests/runit.Dimension.R	2010-05-10 13:49:01 UTC (rev 1193)
@@ -36,6 +36,6 @@
 	return wrap(ss.nrow());
 	'
 	ff <- cppfunction(signature(ia = "integer"), cpp,includes = cdef)
-    checkEquals( ff(2L, 2L), 2L, msg = "testing const operator[]" )
+    checkEquals( ff( c(2L, 2L)) , 2L, msg = "testing const operator[]" )
 	
 }



More information about the Rcpp-commits mailing list