Hi @eddelbuettel,
I’m currently developing an R package that depends on Rcpp, and I recently started getting a compilation error when running devtools::check_win_devel() (checking on R-devel via win-builder). The build fails during package installation with the following error:
Rcpp/Rmath.h:163:100: error: '::Rf_rnbeta' has not been declared; did you mean 'Rf_rbeta'?
You can see the full log here:
👉 https://win-builder.r-project.org/oX4UYBVz3mMC/00install.out
Thanks so much for your continued work on Rcpp, it’s an incredible foundation for R/C++ integration!