[Rcpp-devel] Armadillo version in RcppArmadillo

Davor Cubranic cubranic at stat.ubc.ca
Thu Jul 15 19:34:00 CEST 2010


I have some code that got broken by upgrading RcppArmadillo from 0.2.1 to 0.2.3. It looks like a problem in libArmadillo, and I'm going to file a bug with its developers. But I would like to confirm the version that is used by RcppArmadillo. Based on the Changelog on CRAN, it looks like RcppArmadillo 0.2.1 used Armadillo 0.9.8, and 0.2.3 upgraded to Armadillo 0.9.10. Is that correct?

(FYI, the error is caused by code 'chol(m).diag()', for some 'mat m'. I get "const class arma::Op<arma::Mat<double>, arma::op_chol>’ has no member named ‘diag’".)

Davor


More information about the Rcpp-devel mailing list