RcppArmadillo 0.2.5
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Hot on the heels of RcppArmadillo
release 0.2.4 a few days ago
comes a new release 0.2.5 which is now on CRAN.
RcppArmadillo
makes it easy to write highly efficient and highly readable C++ code for linear algebra (based
on Armadillo) in R extensions (using Rcpp for the interface).
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
This release upgrades the included Armadillo version to Conrad’s just-released version 0.9.60. This overcomes some of minor issues we had with ‘older’ compilers such as g++ 4.2.x with x being 1 or 2. No other changes were made from our end.
The short NEWS file extract follows:
0.2.5 2010-08-05 o Upgraded to Armadillo 0.9.60 "Killer Bush Turkey"
More information is on the RcppArmadillo page. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.