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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 26 14:13:52 CET 2012


Author: romain
Date: 2012-11-26 14:13:51 +0100 (Mon, 26 Nov 2012)
New Revision: 4044

Modified:
   pkg/Rcpp/inst/unitTests/runit.reg_0_10_1.R
Log:
forgot package= Rcpp

Modified: pkg/Rcpp/inst/unitTests/runit.reg_0_10_1.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.reg_0_10_1.R	2012-11-26 11:08:02 UTC (rev 4043)
+++ pkg/Rcpp/inst/unitTests/runit.reg_0_10_1.R	2012-11-26 13:13:51 UTC (rev 4044)
@@ -18,7 +18,7 @@
 # along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
 .setUp <- function(){
-    sourceCpp( system.file( "unitTests/cpp/reg_tests_0_10_1.cpp" ) )   
+    sourceCpp( system.file( "unitTests/cpp/reg_tests_0_10_1.cpp", package = "Rcpp" ) )   
 }
 
 test.DataFrame.nrows <- function(){



More information about the Rcpp-commits mailing list