[Rcpp-devel] [ANN] New release RcppArmadillo 0.9.860.1.0 on drat

Dirk Eddelbuettel edd at debian.org
Mon Mar 30 21:20:15 CEST 2020


All,

Conrad released a new Armadillo version for which we had prepared and tested a
pre-release.  The new version is at CRAN -- but CRAN, presumably busy enough
with the upcoming R 4.0.0 release and the new toolchain for Windows -- broke
the Windows build which no longer contains some of the (complex valued)
LAPACK function some of the Armadillo code needs. You can see that here too:

  https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64-gcc8/RcppArmadillo-00check.html

Only CRAN can fix this, but I have no insight into how long it may take.

In the meantime, I also uploaded the same .tar.gz to the Rcpp drat so if you
want it sooner (and can install from source), a simple

  install.packages("RcppArmadillo", repos="https://rcppcore.github.io/drat")

will do. If you're on macOS, do 

  install.packages(c("Rcpp",RcppArmadillo"), repos="https://rcppcore.github.io/drat")

instead to a version of Rcpp compatible with the newer SDK.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org


More information about the Rcpp-devel mailing list