[Rcpp-commits] r3095 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 21 04:29:10 CEST 2011
Author: dmbates
Date: 2011-06-21 04:29:10 +0200 (Tue, 21 Jun 2011)
New Revision: 3095
Modified:
pkg/RcppEigen/DESCRIPTION
Log:
Minor fix in punctuation.
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2011-06-21 02:28:02 UTC (rev 3094)
+++ pkg/RcppEigen/DESCRIPTION 2011-06-21 02:29:10 UTC (rev 3095)
@@ -5,7 +5,7 @@
Date: 2011-06-14
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Romain Francois, Dirk Eddelbuettel and Douglas Bates <RcppArmadillo-authors at r-enthusiasts.com>
-Description: R and Eigen integration using Rcpp
+Description: R and Eigen integration using Rcpp.
Eigen is a C++ linear template library for linear algebra: matrices,
vectors, numerical solvers and related algorithms. It supports dense
and sparse matrices on integer, floating point and complex numbers.
@@ -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.4.2), methods
+Depends: Rcpp (>= 0.9.4), methods
LazyLoad: yes
LinkingTo: Rcpp
Suggests: inline, RUnit
More information about the Rcpp-commits
mailing list