R brms compilation error - DLL initialization

So, looking at recent posts here, the following fixed my issue.

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")))

Thanks for your time! >.>

8 Likes