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

Fabian Stenzel's avatar
Fabian Stenzel committed
First install the [`devtools`](https://rawgit.com/rstudio/cheatsheets/master/package-development.pdf) package and load it:
Fabian Stenzel's avatar
Fabian Stenzel committed
install.packages("devtools")
library(devtools)
Fabian Stenzel's avatar
Fabian Stenzel committed
Then, you can install `clewsbiosphere` by directly loading it from the PIK gitlab server:
Fabian Stenzel's avatar
Fabian Stenzel committed
devtools::install_git("git@gitlab.pik-potsdam.de:stenzel/clews_biosphere.git")
library(clewsbiosphere)