[Rcpp-commits] r4583 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Oct 24 17:57:12 CEST 2013
Author: dmbates
Date: 2013-10-24 17:57:12 +0200 (Thu, 24 Oct 2013)
New Revision: 4583
Modified:
pkg/RcppEigen/DESCRIPTION
Log:
Release date
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2013-10-23 01:21:10 UTC (rev 4582)
+++ pkg/RcppEigen/DESCRIPTION 2013-10-24 15:57:12 UTC (rev 4583)
@@ -2,7 +2,7 @@
Type: Package
Title: Rcpp integration for the Eigen templated linear algebra library.
Version: 0.3.1.2.3
-Date: 2013-10-14
+Date: 2013-10-24
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Douglas Bates <bates at stat.wisc.edu>
Description: R and Eigen integration using Rcpp.
@@ -26,6 +26,6 @@
Depends: R(>= 3.0.2)
LazyLoad: yes
LinkingTo: Rcpp (>= 0.10.5)
-Imports: Matrix (>= 1.0-16), Rcpp
+Imports: Matrix (>= 1.1-0), Rcpp
Suggests: inline, RUnit, testthat
URL: http://eigen.tuxfamily.org
More information about the Rcpp-commits
mailing list