Newer
Older
You can install `clewsbiosphere` by git cloning this repository:
git clone https://gitlab.pik-potsdam.de/stenzel/clewsbiosphere.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>")