biodiverse / ubms

Fit models to data from unmarked animals using Stan. Uses a similar interface to the R package 'unmarked', while providing the advantages of Bayesian inference and allowing estimation of random effects.
https://hmecology.github.io/ubms/
GNU General Public License v3.0
35 stars 8 forks source link

RSTAN #68

Closed sergewich closed 1 year ago

sergewich commented 1 year ago

I am trying to install ubms but am struggling with installing rstan. Any suggestions?

kenkellner commented 1 year ago

You probably have an out-of-date version of the Rcpp package. To be safe I recommend (1) uninstall rstan (2) update all your packages (3) reinstall rstan (4) make sure you can load rstan in R (e.g. call library(rstan)). If it works without errrors, then try installing ubms.

sergewich commented 1 year ago

Many thanks. That solved the issue.