[Rcpp-commits] r2849 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 8 15:15:30 CET 2011
Author: edd
Date: 2011-01-08 15:15:30 +0100 (Sat, 08 Jan 2011)
New Revision: 2849
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/NEWS
Log:
updated NEWS with SHLIB entry, mentioned 1.1.0 in Description
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2011-01-08 01:35:42 UTC (rev 2848)
+++ pkg/RcppArmadillo/DESCRIPTION 2011-01-08 14:15:30 UTC (rev 2849)
@@ -21,7 +21,7 @@
(due to speed and/or integration capabilities), rather than another language.
.
The RcppArmadillo package includes the header files from the templated
- Armadillo library (currently version 1.0.0). Thus users do not need to
+ Armadillo library (currently version 1.1.0). Thus users do not need to
install Armadillo itself in order to use RcppArmadillo.
.
This Armadillo integration provides a nice illustration of the
Modified: pkg/RcppArmadillo/inst/NEWS
===================================================================
--- pkg/RcppArmadillo/inst/NEWS 2011-01-08 01:35:42 UTC (rev 2848)
+++ pkg/RcppArmadillo/inst/NEWS 2011-01-08 14:15:30 UTC (rev 2849)
@@ -11,6 +11,9 @@
* Faster solve(), inv() via explicit handling of triangular matrices
* The stream for logging of errors and warnings can now be changed
+ o New unexported R function SHLIB, a small wrapper around R CMD SHLIB,
+ which can be used as Rscript -e "RcppArmadillo:::SHLIB('foo.cpp')"
+
0.2.10 2010-11-25
o Upgraded to Armadillo 1.0.0 "Antipodean Antileech"
More information about the Rcpp-commits
mailing list