[Rcpp-commits] r1875 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 28 17:27:05 CEST 2010
Author: edd
Date: 2010-07-28 17:27:05 +0200 (Wed, 28 Jul 2010)
New Revision: 1875
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/ChangeLog
Log:
roll depends to Rcpp (>= 0.8.4) though older version should work too
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-07-28 14:30:54 UTC (rev 1874)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-07-28 15:27:05 UTC (rev 1875)
@@ -28,7 +28,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.2)
+Depends: R (>= 2.10.0), Rcpp (>= 0.8.4)
LinkingTo: Rcpp
Suggests: inline, RUnit
SystemRequirements: GNU make
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-07-28 14:30:54 UTC (rev 1874)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-07-28 15:27:05 UTC (rev 1875)
@@ -1,4 +1,4 @@
-2010-07-25 Dirk Eddelbuettel <edd at debian.org>
+2010-07-28 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.2.4
More information about the Rcpp-commits
mailing list