[Rcpp-commits] r1872 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 27 14:08:03 CEST 2010
Author: edd
Date: 2010-07-27 14:08:03 +0200 (Tue, 27 Jul 2010)
New Revision: 1872
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/NEWS
pkg/RcppArmadillo/inst/ChangeLog
Log:
Release 0.2.4
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-07-26 02:10:18 UTC (rev 1871)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-07-27 12:08:03 UTC (rev 1872)
@@ -21,7 +21,8 @@
(due to speed and/or integration capabilities), rather than another language.
.
The RcppArmadillo package includes the header files from the templated
- Armadillo library.
+ Armadillo library. 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.
Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS 2010-07-26 02:10:18 UTC (rev 1871)
+++ pkg/RcppArmadillo/NEWS 2010-07-27 12:08:03 UTC (rev 1872)
@@ -1,4 +1,4 @@
-0.2.4 under development
+0.2.4 2010-07-27
o Upgraded to Armadillo 0.9.52 'Monkey Wrench'
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-07-26 02:10:18 UTC (rev 1871)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-07-27 12:08:03 UTC (rev 1872)
@@ -1,3 +1,7 @@
+2010-07-27 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.4
+
2010-07-25 Dirk Eddelbuettel <edd at debian.org>
* inst/include/* : upgrade to armadillo 0.9.52 "Monkey Wrench"
More information about the Rcpp-commits
mailing list