An open API service indexing awesome lists of open source software.

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

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.