https://github.com/predictiveecology/biomebgcr
Package for running Biome-BGC models in R
https://github.com/predictiveecology/biomebgcr
Last synced: 6 months ago
JSON representation
Package for running Biome-BGC models in R
- Host: GitHub
- URL: https://github.com/predictiveecology/biomebgcr
- Owner: PredictiveEcology
- Created: 2021-10-13T00:11:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:16:14.000Z (over 1 year ago)
- Last Synced: 2025-04-02T13:14:58.779Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 14.3 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# BiomeBGCR
Package for running Biome-BGC models in R
## Installation
### Current stable release
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/BiomeBGCR")
```
### Development version (unstable)
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/BiomeBGCR@development")
```
## Contributions
Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for information on how to contribute to this project.