PredictiveEcology / BiomeBGCR

Package for running Biome-BGC models in R
2 stars 0 forks source link

BiomeBGCR

Package for running Biome-BGC models in R

Installation

Current stable release

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/BiomeBGCR")

Development version (unstable)

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/BiomeBGCR@development")

Contributions

Please see CONTRIBUTING.md for information on how to contribute to this project.