PEcAn Functions Used for Ecological Forecasts and Reanalysis
Installation
You can install the development version of PEcAn.DB from r-universe like so:
# Enable repository from pecanproject
options(repos = c(
pecanproject = 'https://pecanproject.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install PEcAn.DB in R
install.packages('PEcAn.DB')Or you can install directly from GitHub with the remotes package like so:
library(remotes)
install_github('pecanproject/pecan', subdir = "base/db")