Skip to content
Snippets Groups Projects
Commit bdef093f authored by Fabian Stenzel's avatar Fabian Stenzel
Browse files

Merge branch 'master' of gitlab.pik-potsdam.de:stenzel/clews_biosphere

parents 4c2ea4be f48cf6bd
No related branches found
No related tags found
No related merge requests found
## Installation
You can install `clewsbiosphere` by git cloning this repository:
```bash
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):
First install the [`devtools`](https://rawgit.com/rstudio/cheatsheets/master/package-development.pdf) package and load it:
```R
devtools::install("<path_to_clews_biosphere>")
library("clewsbiosphere")
install.packages("devtools")
library(devtools)
```
alternatively, you can also load it from source without installing it:
Then, you can install `clewsbiosphere` by directly loading it from the PIK gitlab server:
```R
devtools::load_all("<path_to_clews_biosphere>")
devtools::install_git("git@gitlab.pik-potsdam.de:stenzel/clews_biosphere.git")
library(clewsbiosphere)
```
## Examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment