RcppArmadillo 0.2.10
[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 released version 1.0.0 of
Armadillo, his templated C++ library
for linear algebra, earlier this week. So congratulations to Conrad on reaching 1.0.0!
I folded his version 1.0.0 into a new release 0.2.10 of
RcppArmadillo, our
Rcpp-based
integration into R. Other small
changes comprises a small fix to the build process, and additional output in
the Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
summary()
function for the fastLm
function.
The short NEWS file extract follows, also containing Conrad’s entry for 1.0.0:
0.2.10 2010-11-25 o Upgraded to Armadillo 1.0.0 "Antipodean Antileech" * After 2 1/2 years of collaborative development, we are proud to release the 1.0 milestone version. * Many thanks are extended to all contributors and bug reporters. o R/RcppArmadillo.package.skeleton.R: Updated to no longer rely on GNU make for builds of packages using RcppArmadillo o summary() for fastLm() objects now returns r.squared and adj.r.squaredAnd courtesy of CRANberries, here is the diff to the previous release 0.2.9:
ChangeLog | 17 ++++++++ DESCRIPTION | 25 +++++------ R/RcppArmadillo.package.skeleton.R | 4 - R/fastLm.R | 21 +++++++++ inst/NEWS | 13 ++++++ inst/doc/RcppArmadillo-unitTests.pdf |binary inst/doc/unitTests-results/RcppArmadillo-unitTests.html | 6 +- inst/doc/unitTests-results/RcppArmadillo-unitTests.txt | 34 ++++++++-------- inst/include/armadillo_bits/arma_version.hpp | 15 +++++-- inst/skeleton/Makevars | 2 src/Makevars | 2 src/Makevars.win | 2 12 files changed, 97 insertions(+), 44 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.