Open wolski opened 3 years ago
Sorry for taking so long to get to this. This error is caused by a recent update to the BH
package, to fix you just need to reinstall rstan and StanHeaders from source:
# Compile packages using all cores
Sys.setenv(MAKEFLAGS = paste0("-j",parallel::detectCores()))
install.packages(c("StanHeaders","rstan"),type="source")
Summary:
Can't build stan model using stanc and stan_model
Reproducible Steps:
Current Output:
RStan Version:
R Version:
The version of R you are running (e.g., from
R.version.string
)Operating System:
Windows 10.