(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)
A new Armadillo version 3.800.0 is
now out. Conrad picked a new numbering scheme to coincide with the
relicensing from LGPL to MPL 2.0. The new version 0.3.800.0 of the corresponding
RcppArmadillo
package (which still uses GPL 2 or later) is now on CRAN. It also contains the updated version of our paper as
the package vignette.
The summary of the main changes follows:
Courtesy of CRANberries, there is also a diffstat report for the most recent release As always, more detailed information is on the RcppArmadillo page. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page.Changes in RcppArmadillo version 0.3.800.0 (2013-03-01)
Upgraded to Armadillo release Version 3.800.0 (Miami Beach)
Armadillo is now licensed using the Mozilla Public License 2.0
added
.imbue()for filling a matrix/cube with values provided by a functor or lambda expressionadded
.swap()for swapping contents with another matrixadded
.transform()for transforming a matrix/cube using a functor or lambda expressionadded
round()for rounding matrix elements towards nearest integerfaster
find()fixes for handling non-square matrices by
qr()andqr_econ()minor fixes for handling empty matrices
reduction of pedantic compiler warnings
Updated vignette to paper now in press at CSDA
Added CITATION file with reference to CSDA paper
To leave a comment for the author, please follow the link and comment on his blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).