[Rcpp-commits] r2856 - pkg/RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 10 05:13:48 CET 2011
Author: edd
Date: 2011-01-10 05:13:47 +0100 (Mon, 10 Jan 2011)
New Revision: 2856
Modified:
pkg/RcppArmadillo/DESCRIPTION
Log:
added license para to Description
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2011-01-08 23:55:31 UTC (rev 2855)
+++ pkg/RcppArmadillo/DESCRIPTION 2011-01-10 04:13:47 UTC (rev 2856)
@@ -26,6 +26,10 @@
.
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 license under GNU
+ GPL version 2 or later, as is the rest of Rcpp.
License: GPL (>= 2)
LazyLoad: yes
Depends: R (>= 2.12.0), Rcpp (>= 0.8.9.4)
More information about the Rcpp-commits
mailing list