[Rcpp-commits] r3257 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 1 16:52:57 CET 2011


Author: dmbates
Date: 2011-11-01 16:52:57 +0100 (Tue, 01 Nov 2011)
New Revision: 3257

Modified:
   pkg/RcppEigen/DESCRIPTION
Log:
Require R(>= 2.14.0)


Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION	2011-11-01 15:52:25 UTC (rev 3256)
+++ pkg/RcppEigen/DESCRIPTION	2011-11-01 15:52:57 UTC (rev 3257)
@@ -1,8 +1,8 @@
 Package: RcppEigen
 Type: Package
 Title: Rcpp integration for the Eigen templated linear algebra library.
-Version: 0.1.3
-Date: 2011-10-26
+Version: 0.1.4
+Date: 2011-11-xx
 Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
 Maintainer: Douglas Bates, Romain Francois and Dirk Eddelbuettel <RcppArmadillo-authors at r-enthusiasts.com>
 Description: R and Eigen integration using Rcpp.
@@ -23,7 +23,7 @@
  bindings/bridge to Eigen) is licensed under the GNU GPL version 2 or
  later, as is the rest of Rcpp.
 License: GPL (>= 2)
-Depends: Rcpp (>= 0.9.6), Matrix (>= 1.0-1)
+Depends: Rcpp (>= 0.9.6), Matrix (>= 1.0-1), R(>= 2.14.0)
 LazyLoad: yes
 LinkingTo: Rcpp
 Imports: Matrix



More information about the Rcpp-commits mailing list