stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.02k stars 264 forks source link

226 cran checks #1063

Closed andrjohns closed 1 year ago

andrjohns commented 1 year ago

@bgoodri This PR resolves all CRAN NOTEs for the 2.26 StanHeaders branch.

The changes are:

I've run R CMD CHECK and the revdep checks under Windows, MacOS, and linux. The only failures were the four previously mentioned packages:

The check and reverse-depency results for all platforms are here: 226-check.zip

If you could merge and submit to CRAN, that would be great, otherwise let me know if there is more that you need

bgoodri commented 1 year ago

Thanks. This looks good, but can you remind me the implications of static vs. dynamic linking of TBB?

andrjohns commented 1 year ago

It was initially done to remove the need for downstream packages to additionally link to RcppParallel, but now they've all been updated so it's not really needed anymore

bgoodri commented 1 year ago

ok