RcppCore / RcppArmadillo

Rcpp integration for the Armadillo templated linear algebra library
193 stars 56 forks source link

Armadillo 12.0.0 regressions #409

Closed eddelbuettel closed 1 year ago

eddelbuettel commented 1 year ago

RcppArmadillo 0.12.0.0.0 provides us access to the new Armadillo 12.0.0. Unfortunatly several packages now fail to compile.

At a first pas this list includes

All five reported failures are on arma::shift so this looks like regression upstream.

CCing @conradsnicta, will update the issue later.

eddelbuettel commented 1 year ago

This has been addressed by Armadillo 12.0.1.

eddelbuettel commented 1 year ago

Nice one given 1042 reverse depends:

image