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.