[Rcpp-commits] r1352 - pkg/RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 28 18:44:31 CEST 2010
Author: romain
Date: 2010-05-28 18:44:31 +0200 (Fri, 28 May 2010)
New Revision: 1352
Modified:
pkg/RcppArmadillo/DESCRIPTION
Log:
require Rcpp >= 0.8.1
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-05-28 16:09:00 UTC (rev 1351)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-05-28 16:44:31 UTC (rev 1352)
@@ -27,7 +27,7 @@
capabilities of the Rcpp package for seamless R and C++ integration/
License: GPL (>= 2)
LazyLoad: yes
-Depends: R (>= 2.10.0), Rcpp (>= 0.8.0)
+Depends: R (>= 2.10.0), Rcpp (>= 0.8.1)
LinkingTo: Rcpp
Suggests: inline
SystemRequirements: GNU make
More information about the Rcpp-commits
mailing list