I am getting the following error now when running,
library(rstan)
example(stan_model, run.dontrun = TRUE)
28 warnings generated.
clang-7: error: no such file or directory: ‘/lib/libc++abi.1.dylib’
make: *** [file3e1638b72ba7.so] Error 1
I am getting the following error now when running,
library(rstan)
example(stan_model, run.dontrun = TRUE)
28 warnings generated.
clang-7: error: no such file or directory: ‘/lib/libc++abi.1.dylib’
make: *** [file3e1638b72ba7.so] Error 1
Did you run the C++ toolchain installer again?
Thanks a lot for the help! After re-running the C++ toolchain installer and reinstalling all the packages, it seems to work.