Hi everyone,
I just want to let you know that it is impossible to install Wallace's last version (v2.1.3) on CRAN due to some internal issues when CRAN checks the package. This means that if you are using a Mac M1-3, it always will install v2.1.2 if you use 'install.packages("wallace").
The good news is that it can be installed from GitHub without issues using:
install.packages("remotes")
remotes::install_github("wallaceEcoMod/wallace")
If you use Mac Intel or another operating system (Linux or Windows), you should not have issues installing v2.1.3 from CRAN.
Best,
Gonzalo