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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Dec 4 13:06:12 CET 2010


Author: romain
Date: 2010-12-04 13:06:12 +0100 (Sat, 04 Dec 2010)
New Revision: 2706

Modified:
   pkg/Rcpp/inst/unitTests/runit.Matrix.R
Log:
oops

Modified: pkg/Rcpp/inst/unitTests/runit.Matrix.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Matrix.R	2010-12-04 12:02:19 UTC (rev 2705)
+++ pkg/Rcpp/inst/unitTests/runit.Matrix.R	2010-12-04 12:06:12 UTC (rev 2706)
@@ -372,7 +372,7 @@
     checkEquals( funx( probs ), apply(probs,2,cumsum) )
 }
 
-test.NumericMatrix.rowsum <- function( ){
+test.NumericMatrix.SubMatrix <- function( ){
     funx <- .rcpp.Matrix$runit_SubMatrix
     target <- rbind( c(3,4,5,5), c(3,4,5,5), 0 )
     checkEquals( funx(), target, msg = "SubMatrix" )



More information about the Rcpp-commits mailing list