Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clewsbiosphere
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Stenzel
clewsbiosphere
Commits
f258705f
Commit
f258705f
authored
1 year ago
by
Fabian Stenzel
Browse files
Options
Downloads
Patches
Plain Diff
modified name
parent
2b5d805d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.Rbuildignore
+2
-0
2 additions, 0 deletions
.Rbuildignore
DESCRIPTION
+4
-4
4 additions, 4 deletions
DESCRIPTION
README.md
+3
-3
3 additions, 3 deletions
README.md
with
9 additions
and
7 deletions
.Rbuildignore
0 → 100644
+
2
−
0
View file @
f258705f
^.*\.Rproj$
^\.Rproj\.user$
This diff is collapsed.
Click to expand it.
DESCRIPTION
+
4
−
4
View file @
f258705f
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
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
f258705f
## 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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment