Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added affiliations and keywords #207

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '61798096'
ValidationKey: '61836632'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
14 changes: 12 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'madrat: May All Data be Reproducible and Transparent (MADRaT) *'
version: 3.11.2
date-released: '2024-05-15'
version: 3.11.3
date-released: '2024-05-21'
abstract: Provides a framework which should improve reproducibility and transparency
in data processing. It provides functionality such as automatic meta data creation
and management, rudimentary quality management, data caching, work-flow management
Expand All @@ -14,34 +14,44 @@ authors:
- family-names: Dietrich
given-names: Jan Philipp
email: dietrich@pik-potsdam.de
orcid: 0000-0002-4309-6431
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Baumstark
given-names: Lavinia
email: lavinia@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Wirth
given-names: Stephen
email: wirth@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Giannousakis
given-names: Anastasis
email: giannou@pik-potsdam.de
- family-names: Rodrigues
given-names: Renato
email: Renato.Rodrigues@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Bodirsky
given-names: Benjamin Leon
email: bodirsky@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Leip
given-names: Debbora
email: leip@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Kreidenweis
given-names: Ulrich
email: kreidenweis@pik-potsdam.de
- family-names: Klein
given-names: David
email: dklein@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
- family-names: Sauer
given-names: Pascal
email: pascal.sauer@pik-potsdam.de
affiliation: Potsdam Institute for Climate Impact Research
license: BSD-2-Clause
keywords: tool
repository-code: https://github.com/pik-piam/madrat
doi: 10.5281/zenodo.1115490

22 changes: 12 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Type: Package
Package: madrat
Title: May All Data be Reproducible and Transparent (MADRaT) *
Version: 3.11.2
Date: 2024-05-15
Version: 3.11.3
Date: 2024-05-21
Authors@R: c(
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = c("aut", "cre")),
person("Lavinia", "Baumstark", , "lavinia@pik-potsdam.de", role = "aut"),
person("Stephen", "Wirth", , "wirth@pik-potsdam.de", role = "aut"),
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431"), role = c("aut", "cre")),
person("Lavinia", "Baumstark", , "lavinia@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Stephen", "Wirth", , "wirth@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Anastasis", "Giannousakis", , "giannou@pik-potsdam.de", role = "aut"),
person("Renato", "Rodrigues", , "Renato.Rodrigues@pik-potsdam.de", role = "aut"),
person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", role = "aut"),
person("Debbora", "Leip", , "leip@pik-potsdam.de", role = "aut"),
person("Renato", "Rodrigues", , "Renato.Rodrigues@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Debbora", "Leip", , "leip@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Ulrich", "Kreidenweis", , "kreidenweis@pik-potsdam.de", role = "aut"),
person("David", "Klein", , "dklein@pik-potsdam.de", role = "aut"),
person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", role = "aut")
person("David", "Klein", , "dklein@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut")
)
Description: Provides a framework which should improve reproducibility and
transparency in data processing. It provides functionality such as
Expand Down Expand Up @@ -58,3 +59,4 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.1
Config/Keywords: tool
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# May All Data be Reproducible and Transparent (MADRaT) *

R package **madrat**, version **3.11.2**
R package **madrat**, version **3.11.3**

[![CRAN status](https://www.r-pkg.org/badges/version/madrat)](https://cran.r-project.org/package=madrat) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1115490.svg)](https://doi.org/10.5281/zenodo.1115490) [![R build status](https://github.com/pik-piam/madrat/workflows/check/badge.svg)](https://github.com/pik-piam/madrat/actions) [![codecov](https://codecov.io/gh/pik-piam/madrat/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/madrat) [![r-universe](https://pik-piam.r-universe.dev/badges/madrat)](https://pik-piam.r-universe.dev/builds)

Expand Down Expand Up @@ -55,7 +55,7 @@ In case of questions / problems please contact Jan Philipp Dietrich <dietrich@pi

To cite package **madrat** in publications use:

Dietrich J, Baumstark L, Wirth S, Giannousakis A, Rodrigues R, Bodirsky B, Leip D, Kreidenweis U, Klein D, Sauer P (2024). _madrat: May All Data be Reproducible and Transparent (MADRaT)_. doi:10.5281/zenodo.1115490 <https://doi.org/10.5281/zenodo.1115490>, R package version 3.11.2, <https://github.com/pik-piam/madrat>.
Dietrich J, Baumstark L, Wirth S, Giannousakis A, Rodrigues R, Bodirsky B, Leip D, Kreidenweis U, Klein D, Sauer P (2024). _madrat: May All Data be Reproducible and Transparent (MADRaT)_. doi: 10.5281/zenodo.1115490 (URL: https://doi.org/10.5281/zenodo.1115490), R package version 3.11.3, <URL: https://github.com/pik-piam/madrat>.

A BibTeX entry for LaTeX users is

Expand All @@ -64,8 +64,8 @@ A BibTeX entry for LaTeX users is
title = {madrat: May All Data be Reproducible and Transparent (MADRaT)},
author = {Jan Philipp Dietrich and Lavinia Baumstark and Stephen Wirth and Anastasis Giannousakis and Renato Rodrigues and Benjamin Leon Bodirsky and Debbora Leip and Ulrich Kreidenweis and David Klein and Pascal Sauer},
year = {2024},
note = {R package version 3.11.2},
url = {https://github.com/pik-piam/madrat},
note = {R package version 3.11.3},
doi = {10.5281/zenodo.1115490},
url = {https://github.com/pik-piam/madrat},
}
```
16 changes: 8 additions & 8 deletions man/madrat-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.