[Rcpp-commits] r3751 - pkg/RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 31 03:23:03 CEST 2012
Author: edd
Date: 2012-08-31 03:23:00 +0200 (Fri, 31 Aug 2012)
New Revision: 3751
Modified:
pkg/RcppArmadillo/DESCRIPTION
Log:
minor correction
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2012-08-31 01:14:41 UTC (rev 3750)
+++ pkg/RcppArmadillo/DESCRIPTION 2012-08-31 01:23:00 UTC (rev 3751)
@@ -21,14 +21,14 @@
(due to speed and/or integration capabilities), rather than another language.
.
The RcppArmadillo package includes the header files from the templated
- Armadillo library (currently version 3.2.4). Thus users do not need to
+ Armadillo library (currently version 3.3.19). Thus users do not need to
install Armadillo itself in order to use RcppArmadillo.
.
This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration.
.
Armadillo is licensed under the GNU LGPL version 3 or later, while
- RcppArmadillo (the Rcpp bindings/bridge to Armadillo) is licenses under
+ RcppArmadillo (the Rcpp bindings/bridge to Armadillo) is licensed under
the GNU GPL version 2 or later, as is the rest of Rcpp.
License: GPL (>= 2)
LazyLoad: yes
More information about the Rcpp-commits
mailing list