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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 22 16:11:02 CET 2010


Author: romain
Date: 2010-12-22 16:11:02 +0100 (Wed, 22 Dec 2010)
New Revision: 2813

Modified:
   pkg/Rcpp/inst/unitTests/runit.support.R
Log:
typo

Modified: pkg/Rcpp/inst/unitTests/runit.support.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.support.R	2010-12-22 12:37:31 UTC (rev 2812)
+++ pkg/Rcpp/inst/unitTests/runit.support.R	2010-12-22 15:11:02 UTC (rev 2813)
@@ -38,7 +38,7 @@
 }
 
 test.plus.REALSXP <- function(){
-    fun <- .rcpp.as$plus_REALSXP
+    fun <- .rcpp.support$plus_REALSXP
     checkEquals( 
         fun(), 
         list(NA_real_,NA_real_,NA_real_) , 



More information about the Rcpp-commits mailing list