RcppArmadillo 0.2.18
[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.
Conrad Sanderson made a bug-fix release (1.1.92) by for his wonderful
Armadillo templated C++ library for
linear algebra appeared yesterday and as usual a new release 0.2.18 of
RcppArmadillo,
our Rcpp-based
integration into R is now on CRAN mirrors.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The short NEWS file extract follows below containing just Conrad’s entry for 1.1.92. No further changes from our side.
And courtesy of CRANberries, here are the diffs to the previous release.0.2.18 2011-04-03 o Upgraded to Armadillo Version 1.1.92 "Jurassic Barbecue" * Bugfix in cor() * Automatic installation now requires CMake >= 2.6
ChangeLog | 8 ++ DESCRIPTION | 10 +-- inst/NEWS | 7 ++ inst/doc/Makefile | 2 inst/doc/RcppArmadillo-unitTests.tex |only inst/include/armadillo_bits/Cube_meat.hpp | 12 --- inst/include/armadillo_bits/Cube_proto.hpp | 4 - inst/include/armadillo_bits/Mat_meat.hpp | 2 inst/include/armadillo_bits/Mat_proto.hpp | 4 - inst/include/armadillo_bits/arma_version.hpp | 4 - inst/include/armadillo_bits/glue_cor_meat.hpp | 83 ++++++++++++-------------- 11 files changed, 73 insertions(+), 63 deletions(-)
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.