[Rcpp-commits] r1505 - in pkg/RcppArmadillo: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 9 17:52:18 CEST 2010
Author: edd
Date: 2010-06-09 17:52:18 +0200 (Wed, 09 Jun 2010)
New Revision: 1505
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/NEWS
pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
Log:
minor fixes I had on the netbook and did not carry over before cutting 0.2.2
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-06-09 12:34:54 UTC (rev 1504)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-06-09 15:52:18 UTC (rev 1505)
@@ -23,11 +23,11 @@
The RcppArmadillo package includes the header from the templated Armadillo
library.
.
- This Armadillo / C integration provides a nice illustration of the
+ This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration.
License: GPL (>= 2)
LazyLoad: yes
-Depends: R (>= 2.10.0), Rcpp (>= 0.8.0.2)
+Depends: R (>= 2.10.0), Rcpp (>= 0.8.1)
LinkingTo: Rcpp
Suggests: inline, RUnit
SystemRequirements: GNU make
Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS 2010-06-09 12:34:54 UTC (rev 1504)
+++ pkg/RcppArmadillo/NEWS 2010-06-09 15:52:18 UTC (rev 1505)
@@ -1,23 +1,23 @@
0.2.2 2010-06-09
o Added RcppArmadillo:::CxxFlags for cases where RcppArmadillo is
- not used via a package
+ not used via a package
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
-
+ 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
-
+ 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.
-
+ 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
o Bug-fix release permitting compilation on Windows
Modified: pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
===================================================================
--- pkg/RcppArmadillo/man/RcppArmadillo-package.Rd 2010-06-09 12:34:54 UTC (rev 1504)
+++ pkg/RcppArmadillo/man/RcppArmadillo-package.Rd 2010-06-09 15:52:18 UTC (rev 1505)
@@ -13,8 +13,8 @@
\tabular{ll}{
Package: \tab RcppArmadillo\cr
Type: \tab Package\cr
-Version: \tab 0.2.1\cr
-Date: \tab 2010-05-19\cr
+Version: \tab 0.2.2\cr
+Date: \tab 2010-06-09\cr
License: \tab GPL (>= 2)\cr
LazyLoad: \tab yes\cr
}
More information about the Rcpp-commits
mailing list