README.md

CRAN
status CRAN RStudio mirror downloads

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".

Installation

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')

From source-code

To install from source-code you can use:

remotes::install_github("rspatial/predicts")


rspatial/predicts documentation built on July 11, 2024, 4:35 p.m.