predicts
is an R package for spatial predictive modeling, especially species distribution modeling. There are tutorials at rspatial.org/sdm.
predicts
uses the "terra" package for spatial data handling replaces the dismo package that uses the old packages "raster" and "sp".
predicts
is available from CRAN, so you can use install.packages("predicts")
to get the current released version.
The easiest way to use the development version on Windows or MacOS, is to install it from the R-universe, like this:
install.packages('predicts', repos='https://rspatial.r-universe.dev')
To install from source-code you can use:
remotes::install_github("rspatial/predicts")