[Rcpp-commits] r1498 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 9 00:36:40 CEST 2010
Author: edd
Date: 2010-06-09 00:36:39 +0200 (Wed, 09 Jun 2010)
New Revision: 1498
Modified:
pkg/RcppArmadillo/NEWS
pkg/RcppArmadillo/inst/ChangeLog
Log:
some prettification
Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS 2010-06-08 22:32:02 UTC (rev 1497)
+++ pkg/RcppArmadillo/NEWS 2010-06-08 22:36:39 UTC (rev 1498)
@@ -1,22 +1,22 @@
0.2.2 (under development)
- o added RcppArmadillo:::CxxFlags for cases where RcppArmadillo is
- not used via a package
+ o Added RcppArmadillo:::CxxFlags for cases where RcppArmadillo is
+ not used via a package
- o upgraded to armadillo 0.9.10 'Chilli Espresso'
+ o Upgraded to Armadillo 0.9.10 'Chilli Espresso'
- o wrap support for mtOp, i.e. operations involving mixed types such
- as a complex and an arma::mat, which have been introduced in
- armadillo 0.9.10
+ o Wrap support for mtOp, i.e. operations involving mixed types such
+ as a complex and an arma::mat, which have been introduced in
+ armadillo 0.9.10
- o wrap support for mtGlue, i.e. operations involving matrices of mixed
- types such as an arma::mat and an arma::imat, which have been introduced
- in armadillo 0.9.10
+ o Wrap support for mtGlue, i.e. operations involving matrices of mixed
+ types such as an arma::mat and an arma::imat, which have been introduced
+ in armadillo 0.9.10
- o Included an inline plugin to support the plugin system introduced
- in inline 0.3.5. The unit tests have moved from the src directory
- to the unit test directory (similar to Rcpp) using cxxfunction with the
- RcppArmadillo plugin.
+ o Included an inline plugin to support the plugin system introduced
+ in inline 0.3.5. The unit tests have moved from the src directory
+ to the unit test directory (similar to Rcpp) using cxxfunction with the
+ RcppArmadillo plugin.
0.2.1 2010-05-19
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-06-08 22:32:02 UTC (rev 1497)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-06-08 22:36:39 UTC (rev 1498)
@@ -1,10 +1,10 @@
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
+
+ * inst/include/* : support for new mtOp and mtGlue, introduced in
armadillo 0.9.10
-
+
2010-05-27 Romain Francois <romain at r-enthusiasts.com>
* R/flags.R: added RcppArmadillo:::CxxFlags()
More information about the Rcpp-commits
mailing list