1.0.9
As usual, see
- the NEWS file at https://github.com/RcppCore/Rcpp/blob/master/inst/NEWS.Rd
- the ChangeLog at https://github.com/RcppCore/Rcpp/blob/master/ChangeLog
- the release blog post at http://dirk.eddelbuettel.com/blog/2022/07/09#rcpp_1.0.9
You can use the CRAN repo with the R package management tools for installation via the usual install.packages("Rcpp")
. The RcppCore drat repo via be used by setting drat::addRepo("RcppCore")
or directly via install.packages("Rcpp", repos="https://rcppcore.github.io/drat")
to access (pre-)releases.