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.4.000.4 (2014-02-19)
Upgraded to Armadillo release Version 4.000.4
fix for
randi()
generating out-of-interval valuesfix for saving field objects
workaround for a bug in the Intel compiler
Updated for Rcpp (>= 0.11.0) by removing linking step from build process, added appropriate dependency on Rcpp
Updated
RcppArmadillo.package.skeleton
function accordingly to use properNAMESPACE
importRewritten
rcpparma_hello_world
(which is used by theRcppArmadillo.package.skeleton
function) to use Rcpp Attributes, and added more examplesAdded two functions to set Armadillo's RNGs (ie the system RNG) from a given value and to randomize it, as suggested by Gábor Csárdi. Note that these do not work within RStudio (which itself also uses the same system RNG).
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.