[Rcpp-commits] r1351 - in pkg: Rcpp/inst/unitTests RcppArmadillo/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 28 18:09:01 CEST 2010


Author: romain
Date: 2010-05-28 18:09:00 +0200 (Fri, 28 May 2010)
New Revision: 1351

Modified:
   pkg/Rcpp/inst/unitTests/runTests.R
   pkg/RcppArmadillo/inst/unitTests/runTests.R
Log:
need higher inline

Modified: pkg/Rcpp/inst/unitTests/runTests.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runTests.R	2010-05-28 16:07:41 UTC (rev 1350)
+++ pkg/Rcpp/inst/unitTests/runTests.R	2010-05-28 16:09:00 UTC (rev 1351)
@@ -4,8 +4,8 @@
 	stop( "The inline package is required to run Rcpp unit tests" )
 }
 
-if( compareVersion( packageDescription( "inline" )[["Version"]], "0.3.4.2" ) < 0 ){
-	stop( "Rcpp unit tests need at least the version 0.3.4.2 of inline" )
+if( compareVersion( packageDescription( "inline" )[["Version"]], "0.3.4.3" ) < 0 ){
+	stop( "Rcpp unit tests need at least the version 0.3.4.3 of inline" )
 }
 
 cppfunction <- function(...){

Modified: pkg/RcppArmadillo/inst/unitTests/runTests.R
===================================================================
--- pkg/RcppArmadillo/inst/unitTests/runTests.R	2010-05-28 16:07:41 UTC (rev 1350)
+++ pkg/RcppArmadillo/inst/unitTests/runTests.R	2010-05-28 16:09:00 UTC (rev 1351)
@@ -4,8 +4,8 @@
 	stop( "The inline package is required to run RcppArmadillo unit tests" )
 }
 
-if( compareVersion( packageDescription( "inline" )[["Version"]], "0.3.4.2" ) < 0 ){
-	stop( "RcppArmadillo unit tests need at least the version 0.3.4.2 of inline" )
+if( compareVersion( packageDescription( "inline" )[["Version"]], "0.3.4.3" ) < 0 ){
+	stop( "RcppArmadillo unit tests need at least the version 0.3.4.3 of inline" )
 }
 
 if(require("RUnit", quietly = TRUE)) {



More information about the Rcpp-commits mailing list