A new version of rstan
and StanHeaders
v2.26.4 is now available to install via:
remove.packages(c("StanHeaders", "rstan"))
install.packages("StanHeaders", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
This version of StanHeaders
is compatible with the CRAN version of rstan
. It also builds static TBB and shouldn’t need RcppParallel
dependency. So, please test it and report any issues.