[Rcpp-commits] r980 - pkg/RcppGsl/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Apr 4 15:26:25 CEST 2010


Author: romain
Date: 2010-04-04 15:26:25 +0200 (Sun, 04 Apr 2010)
New Revision: 980

Modified:
   pkg/RcppGsl/inst/unitTests/runTests.R
Log:
copy and paste error

Modified: pkg/RcppGsl/inst/unitTests/runTests.R
===================================================================
--- pkg/RcppGsl/inst/unitTests/runTests.R	2010-04-04 13:18:24 UTC (rev 979)
+++ pkg/RcppGsl/inst/unitTests/runTests.R	2010-04-04 13:26:25 UTC (rev 980)
@@ -1,4 +1,4 @@
-pkg <- "RcppArmadillo"
+pkg <- "RcppGsl"
 
 if(require("RUnit", quietly = TRUE)) {
 



More information about the Rcpp-commits mailing list