-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed remaining moinput references
- Loading branch information
1 parent
3030f14
commit c782d60
Showing
14 changed files
with
75 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
carbon_stored.* | ||
^\.git$ | ||
^\.travis.yml | ||
^.*\.zenodo.json$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"title": "mrland: MadRaT land data package", | ||
"version": "0.0.2", | ||
"description": "<p>The package provides land related data via the madrat framework.<\/p>", | ||
"creators": [ | ||
{ | ||
"name": "Dietrich, Jan Philipp" | ||
}, | ||
{ | ||
"name": "Mishra, Abhijeet" | ||
}, | ||
{ | ||
"name": "Weindl, Isabelle" | ||
}, | ||
{ | ||
"name": "Bodirsky, Benjamin Leon" | ||
}, | ||
{ | ||
"name": "Wang, Xiaoxi" | ||
}, | ||
{ | ||
"name": "Baumstark, Lavinia" | ||
}, | ||
{ | ||
"name": "Kreidenweis, Ulrich" | ||
}, | ||
{ | ||
"name": "Klein, David" | ||
}, | ||
{ | ||
"name": "Steinmetz, Nele" | ||
}, | ||
{ | ||
"name": "Chen, David" | ||
}, | ||
{ | ||
"name": "Humpenoeder, Florian" | ||
}, | ||
{ | ||
"name": "Wirth, Stephen" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: mrland | ||
Type: Package | ||
Title: MadRaT land data package | ||
Version: 0.0.1 | ||
Date: 2020-05-02 | ||
Version: 0.0.2 | ||
Date: 2020-05-12 | ||
Authors@R: c(person("Jan Philipp", "Dietrich", email = "[email protected]", role = c("aut","cre")), | ||
person("Abhijeet", "Mishra", role = "aut"), | ||
person("Isabelle", "Weindl", role = "aut"), | ||
|
@@ -30,7 +30,7 @@ License: LGPL-3 | file LICENSE | |
LazyData: no | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.1.0 | ||
ValidationKey: 18384 | ||
ValidationKey: 36788 | ||
Suggests: knitr, | ||
testthat, | ||
rmarkdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# R mrland package | ||
[![Travis build status](https://travis-ci.com/pik-piam/mrland.svg?branch=master)](https://travis-ci.com/pik-piam/mrland) | ||
|
||
|
||
# MadRaT land data package | ||
#### R package **mrland**, version **0.0.2** | ||
|
||
|
||
## Purpose and Functionality | ||
|
||
The R-library moinput provides useful functions and a common structure to all the input data required to run models like MAgPIE and REMIND | ||
The package provides land related data via the madrat framework. | ||
|
||
|
||
## Installation | ||
|
@@ -29,20 +28,25 @@ Package updates can be installed using `update.packages` (make sure that the add | |
update.packages() | ||
``` | ||
|
||
## Tutorial | ||
## Questions / Problems | ||
|
||
The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed): | ||
In case of questions / problems please contact Jan Philipp Dietrich <[email protected]>. | ||
|
||
```r | ||
vignette("moinput") | ||
``` | ||
## Citation | ||
|
||
## Questions / Problems | ||
To cite package **mrland** in publications use: | ||
|
||
In case of questions / problems please contact Jan Dietrich <[email protected]>. | ||
Dietrich J, Mishra A, Weindl I, Bodirsky B, Wang X, Baumstark L, Kreidenweis U, Klein D, Steinmetz N, Chen D, | ||
Humpenoeder F, Wirth S (2020). _mrland: MadRaT land data package_. R package version 0.0.2. | ||
|
||
## Citation | ||
A BibTeX entry for LaTeX users is | ||
|
||
```r | ||
citation("mrland") | ||
```latex | ||
@Manual{, | ||
title = {mrland: MadRaT land data package}, | ||
author = {Jan Philipp Dietrich and Abhijeet Mishra and Isabelle Weindl and Benjamin Leon Bodirsky and Xiaoxi Wang and Lavinia Baumstark and Ulrich Kreidenweis and David Klein and Nele Steinmetz and David Chen and Florian Humpenoeder and Stephen Wirth}, | ||
year = {2020}, | ||
note = {R package version 0.0.2}, | ||
} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
library(testthat) | ||
library(moinput) | ||
library(mrland) | ||
|
||
test_check("moinput") | ||
test_check("mrland") |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.