[Rcpp-commits] r3232 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 26 22:17:54 CEST 2011
Author: dmbates
Date: 2011-10-26 22:17:54 +0200 (Wed, 26 Oct 2011)
New Revision: 3232
Modified:
pkg/RcppEigen/DESCRIPTION
Log:
Date of release and dependency updates.
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2011-10-26 20:17:22 UTC (rev 3231)
+++ pkg/RcppEigen/DESCRIPTION 2011-10-26 20:17:54 UTC (rev 3232)
@@ -2,7 +2,7 @@
Type: Package
Title: Rcpp integration for the Eigen templated linear algebra library.
Version: 0.1.3
-Date: 2011-10-22
+Date: 2011-10-26
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.
@@ -21,7 +21,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.5.1)
+Depends: Rcpp (>= 0.9.6), Matrix (>= 1.0-1)
LazyLoad: yes
LinkingTo: Rcpp
Imports: Matrix
More information about the Rcpp-commits
mailing list