PEcAn Package for Integration of ED2 Model
Installation
You can install the development version of PEcAn.ED2 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.ED2 in R
install.packages('PEcAn.ED2')Or you can install directly from GitHub with the remotes package like so:
library(remotes)
install_github('pecanproject/pecan', subdir = "models/ed")