[Rcpp-commits] r4423 - pkg/RcppArmadillo/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Aug 3 21:58:47 CEST 2013
Author: edd
Date: 2013-08-03 21:58:47 +0200 (Sat, 03 Aug 2013)
New Revision: 4423
Modified:
pkg/RcppArmadillo/inst/unitTests/runit.sample.R
Log:
source correct file
Modified: pkg/RcppArmadillo/inst/unitTests/runit.sample.R
===================================================================
--- pkg/RcppArmadillo/inst/unitTests/runit.sample.R 2013-08-03 19:51:55 UTC (rev 4422)
+++ pkg/RcppArmadillo/inst/unitTests/runit.sample.R 2013-08-03 19:58:47 UTC (rev 4423)
@@ -20,7 +20,7 @@
.setUp <- function(){
suppressMessages(require(RcppArmadillo))
if (exists("pathRcppArmadilloTests")) {
- sourceCpp(file.path(pathRcppArmadilloTests, "cpp", "armadillo.cpp"))
+ sourceCpp(file.path(pathRcppArmadilloTests, "cpp", "sample.cpp"))
} else if (file.exists("cpp/sample.cpp")) {
sourceCpp("cpp/sample.cpp")
} else {
More information about the Rcpp-commits
mailing list