(This article was first published on dirk.eddelbuettel, and kindly contributed to R-bloggers)
Now that Rcpp got updated to 0.8.6,
we have an updated RcppArmadillo
release containing mostly updates to Conrad's Armadillo version 0.9.70 as well
as some more templated sugar magic.
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). The short NEWS file extract follows:
0.2.6 2010-09-12 o Upgraded to Armadillo 0.9.70 "Subtropical Winter Safari" o arma::Mat, arma::Row and arma::Col get constructor that take vector or matrix sugar expressions. See the unit test "test.armadillo.sugar.ctor" and "test.armadillo.sugar.matrix.ctor" for examples.
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 his blog: dirk.eddelbuettel.
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).