[Rcpp-commits] r2176 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 25 19:54:21 CEST 2010
Author: edd
Date: 2010-09-25 19:54:21 +0200 (Sat, 25 Sep 2010)
New Revision: 2176
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/NEWS
pkg/RcppArmadillo/inst/ChangeLog
Log:
release 0.2.7
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-09-25 17:11:03 UTC (rev 2175)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-09-25 17:54:21 UTC (rev 2176)
@@ -21,8 +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. Thus users do not need to install Armadillo itself in
- order to use RcppArmadillo.
+ Armadillo library (currently version 0.9.80). 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-09-25 17:11:03 UTC (rev 2175)
+++ pkg/RcppArmadillo/NEWS 2010-09-25 17:54:21 UTC (rev 2176)
@@ -1,4 +1,4 @@
-0.2.7 TBD
+0.2.7 2010-09-25
o Upgraded to Armadillo 0.9.80 "Chihuahua Muncher":
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-09-25 17:11:03 UTC (rev 2175)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-09-25 17:54:21 UTC (rev 2176)
@@ -1,3 +1,11 @@
+2010-09-25 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.7
+
+2010-09-25 Romain Francois <romain at r-enthusiasts.com>
+
+ * inst/include/RcppArmadilloWrap.h: Updated for Armadillo 0.9.80
+
2010-09-21 Dirk Eddelbuettel <edd at debian.org>
* inst/include/*: Update to Armadillo 0.9.80 "Chihuahua Muncher"
@@ -4,13 +12,13 @@
2010-09-12 Dirk Eddelbuettel <edd at debian.org>
- * DESCRIPTION: Release 0.2.5
+ * DESCRIPTION: Release 0.2.6
-2010-09-10 Romain Francois <romain at r-enthusiasts.com>
+2010-09-10 Romain Francois <romain at r-enthusiasts.com>
* inst/include/* : Update to Armadillo 0.9.70 "Subtropical Winter Safari"
-2010-08-18 Romain Francois <romain at r-enthusiasts.com>
+2010-08-18 Romain Francois <romain at r-enthusiasts.com>
* inst/include/armadillo_bits/Mat_meat.hpp : not so intrusive patch that allows
RcppArmadillo to add its own Mat constructors
@@ -20,7 +28,7 @@
expression
* inst/include/RcppArmadillo/Mat_meat.h : implementation
-2010-08-17 Romain Francois <romain at r-enthusiasts.com>
+2010-08-17 Romain Francois <romain at r-enthusiasts.com>
* inst/include/RcppArmadilloWrap.h : extracted from RcppArmadillo.h
@@ -42,7 +50,7 @@
- Fixes for compilation issues under Mac OS X with GCC 4.2/4.0
hybrid
-2010-08-03 Romain Francois <romain at r-enthusiasts.com>
+2010-08-03 Romain Francois <romain at r-enthusiasts.com>
* Upgraded to Armadillo 0.9.58 beta for testing purposes
@@ -73,7 +81,7 @@
* DESCRIPTION: Release 0.2.3
-2010-06-14 Romain Francois <romain at r-enthusiasts.com>
+2010-06-14 Romain Francois <romain at r-enthusiasts.com>
* inst/include/RcppArmadilloConfig.h: Addition cconfig helping suncc
@@ -81,18 +89,18 @@
* DESCRIPTION: Release 0.2.2
-2010-06-02 Romain Francois <romain at r-enthusiasts.com>
+2010-06-02 Romain Francois <romain at r-enthusiasts.com>
* inst/include/* : upgrade to armadillo 0.9.10
* inst/include/* : support for new mtOp and mtGlue, introduced in
armadillo 0.9.10
-2010-05-27 Romain Francois <romain at r-enthusiasts.com>
+2010-05-27 Romain Francois <romain at r-enthusiasts.com>
* R/flags.R: added RcppArmadillo:::CxxFlags()
-2010-05-19 Romain Francois <romain at r-enthusiasts.com>
+2010-05-19 Romain Francois <romain at r-enthusiasts.com>
* DESCRIPTION: Release 0.2.1
@@ -113,7 +121,7 @@
* inst/include/*: updated to Armadillo 0.9.8
-2010-05-17 Romain Francois <romain at r-enthusiasts.com>
+2010-05-17 Romain Francois <romain at r-enthusiasts.com>
* inst/include/RcppArmadillo.h: workaround for win64
@@ -128,7 +136,7 @@
* src/fastLm.cpp: Small additions to returned parameters to support
new functionality
-2010-05-04 Romain Francois <romain at r-enthusiasts.com>
+2010-05-04 Romain Francois <romain at r-enthusiasts.com>
* R/RcppArmadillo.package.skeleton.R: new package skeleton function
similar to Rcpp::Rcpp.package.skeleton but targetting use of
@@ -159,7 +167,7 @@
* src/fastLm.cpp: Small fix for Armadillo 0.8.2
-2010-03-17 Romain Francois <romain at r-enthusiasts.com>
+2010-03-17 Romain Francois <romain at r-enthusiasts.com>
* src/fastLm.cpp: added some arma:: prefix
More information about the Rcpp-commits
mailing list