Skip to content
Snippets Groups Projects
README.md 597 B
Newer Older
## Installation

You can install `clews_biosphere` by git cloning this repository:

```bash
git clone https://gitlab.pik-potsdam.de/stenzel/clews_biosphere.git <path_to_clews_biosphere>
```
(replace <path_to_clews_biosphere> with the location you want to save it to)

and install via  [`devtools`](https://rawgit.com/rstudio/cheatsheets/master/package-development.pdf):

```R
devtools::install("<path_to_clews_biosphere>")
library("clews_biosphere")
```

alternatively, you can also load it from source without installing it:

```R
devtools::load_all("<path_to_clews_biosphere>")
```

## Examples