[Rcpp-commits] r4282 - pkg/RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 13 15:27:01 CET 2013
Author: edd
Date: 2013-03-13 15:27:01 +0100 (Wed, 13 Mar 2013)
New Revision: 4282
Modified:
pkg/RcppArmadillo/DESCRIPTION
Log:
updated Depends: on Rcpp to Rcpp (>= 0.10.2) as we use sourceCpp() in tests
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2013-03-12 18:02:21 UTC (rev 4281)
+++ pkg/RcppArmadillo/DESCRIPTION 2013-03-13 14:27:01 UTC (rev 4282)
@@ -32,7 +32,7 @@
or later, as is the rest of Rcpp.
License: GPL (>= 2)
LazyLoad: yes
-Depends: R (>= 2.14.0), Rcpp (>= 0.9.10)
+Depends: R (>= 2.14.0), Rcpp (>= 0.10.2)
LinkingTo: Rcpp
Suggests: inline, RUnit
URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.armadillo.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
More information about the Rcpp-commits
mailing list