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

modified name

parent 2b5d805d
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
Package: clews_biosphere
Package: clewsbiosphere
Type: Package
Title: Functions for the CLEWS - Intro to the terrestrial biosphere - Exercise
Version: 1.0.0
Author: Fabian Stenzel
Maintainer: Fabian Stenzel <stenzel@pik-potsdam.de>
Description: Functions to read and plot netcdf climate data, and compare NPP
between the Miami model and measurements by Zhang et al. 2018
between the Miami model and measurements by Zhang et al. 2018.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
RColorBrewer,
ncdf4
RColorBrewer,
ncdf4
## Installation
You can install `clews_biosphere` by git cloning this repository:
You can install `clewsbiosphere` by git cloning this repository:
```bash
git clone https://gitlab.pik-potsdam.de/stenzel/clews_biosphere.git <path_to_clews_biosphere>
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)
......@@ -11,7 +11,7 @@ and install via [`devtools`](https://rawgit.com/rstudio/cheatsheets/master/pack
```R
devtools::install("<path_to_clews_biosphere>")
library("clews_biosphere")
library("clewsbiosphere")
```
alternatively, you can also load it from source without installing it:
......
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