[Rcpp-commits] r3090 - pkg/RcppEigen/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 15 21:15:00 CEST 2011


Author: edd
Date: 2011-06-15 21:15:00 +0200 (Wed, 15 Jun 2011)
New Revision: 3090

Modified:
   pkg/RcppEigen/tests/doRUnit.R
Log:
oops: s/Armadillo/Eigen/


Modified: pkg/RcppEigen/tests/doRUnit.R
===================================================================
--- pkg/RcppEigen/tests/doRUnit.R	2011-06-15 19:14:44 UTC (rev 3089)
+++ pkg/RcppEigen/tests/doRUnit.R	2011-06-15 19:15:00 UTC (rev 3090)
@@ -13,7 +13,7 @@
 ## ----> put the bulk of the code e.g. in  ../inst/unitTests/runTests.R :
 
 if(require("RUnit", quietly = TRUE)) {
-    pkg <- "RcppArmadillo"
+    pkg <- "RcppEigen"
 
     require( pkg, character.only=TRUE)
 
@@ -24,7 +24,7 @@
     ## without this, we get unit test failures
     Sys.setenv( R_TESTS = "" )
 
-    RcppArmadillo.unit.test.output.dir <- getwd()
+    RcppEigen.unit.test.output.dir <- getwd()
 
     source(file.path(path, "runTests.R"), echo = TRUE)
 



More information about the Rcpp-commits mailing list