Planning to run a truncated regression using brms, but am hitting some error messages along the way. Here are some key pieces of information regarding the error:
* Operating System: MacOS 11.4 (Big Sur)
* R Version: 4.1.0
* R Studio Version: 1.4.1717
* brms Version: 2.15.0
* I also updated all libraries and dependencies.
Experiencing the following error message, even after re-installing and confirming the RcppEigen library is active in R:
> Compiling Stan program...
> Error in .fun(model_code = .x1) :
> Eigen not found; call install.packages('RcppEigen')
Please advise