From fe1b20ef18149f80f44753e4338dcd5e73a29fa9 Mon Sep 17 00:00:00 2001 From: Pascal Sauer Date: Thu, 23 May 2024 15:31:15 +0200 Subject: [PATCH] add doi,orcid --- .buildlibrary | 2 +- CITATION.cff | 9 +++++++-- DESCRIPTION | 17 ++++++++++------- README.md | 9 +++++---- man/mrdownscale-package.Rd | 5 +++-- 5 files changed, 26 insertions(+), 16 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index 158f324..6de6bdb 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '3575700' +ValidationKey: '3595746' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index 23241f2..a4f6101 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,16 +3,21 @@ message: If you use this software, please cite it using the metadata from this f type: software title: 'mrdownscale: Downscale and harmonize MAgPIE output using LUH2 as reference data' -version: 0.18.0 -date-released: '2024-05-22' +version: 0.18.1 +date-released: '2024-05-23' abstract: Downscale and harmonize MAgPIE output using LUH2 as reference data. authors: - family-names: Sauer given-names: Pascal email: pascal.sauer@pik-potsdam.de + orcid: 0000-0002-6856-8239 + affiliation: Potsdam Institute for Climate Impact Research - family-names: Dietrich given-names: Jan Philipp email: dietrich@pik-potsdam.de + orcid: 0000-0002-4309-6431 + affiliation: Potsdam Institute for Climate Impact Research license: LGPL-3.0 repository-code: https://github.com/pik-piam/mrdownscale +doi: 10.5281/zenodo.11244475 diff --git a/DESCRIPTION b/DESCRIPTION index f2604d4..fe49a33 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,22 +1,25 @@ Type: Package Package: mrdownscale Title: Downscale and harmonize MAgPIE output using LUH2 as reference data -Version: 0.18.0 -Date: 2024-05-22 +Version: 0.18.1 +Date: 2024-05-23 Authors@R: c( - person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", role = c("aut", "cre")), - person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut") + person("Pascal", "Sauer", , "pascal.sauer@pik-potsdam.de", role = c("aut", "cre"), + comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-6856-8239")), + person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut", + comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431")) ) Description: Downscale and harmonize MAgPIE output using LUH2 as reference data. License: LGPL-3 -URL: https://github.com/pik-piam/mrdownscale +URL:https://github.com/pik-piam/mrdownscale, + https://doi.org/10.5281/zenodo.11244475 BugReports: https://github.com/pik-piam/mrdownscale/issues Depends: - R (>= 4.0.0), madrat (>= 3.6.0), magclass (>= 6.15.1), - mstools (>= 0.4.0) + mstools (>= 0.4.0), + R (>= 4.0.0) Imports: luscale, magpie4 (>= 1.197.0), diff --git a/README.md b/README.md index f2f43e5..91a81ee 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Downscale and harmonize MAgPIE output using LUH2 as reference data -R package **mrdownscale**, version **0.18.0** +R package **mrdownscale**, version **0.18.1** -[![CRAN status](https://www.r-pkg.org/badges/version/mrdownscale)](https://cran.r-project.org/package=mrdownscale) [![R build status](https://github.com/pik-piam/mrdownscale/workflows/check/badge.svg)](https://github.com/pik-piam/mrdownscale/actions) [![codecov](https://codecov.io/gh/pik-piam/mrdownscale/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrdownscale) +[![CRAN status](https://www.r-pkg.org/badges/version/mrdownscale)](https://cran.r-project.org/package=mrdownscale) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11244475.svg)](https://doi.org/10.5281/zenodo.11244475) [![R build status](https://github.com/pik-piam/mrdownscale/workflows/check/badge.svg)](https://github.com/pik-piam/mrdownscale/actions) [![codecov](https://codecov.io/gh/pik-piam/mrdownscale/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrdownscale) ## Purpose and Functionality @@ -39,7 +39,7 @@ In case of questions / problems please contact Pascal Sauer . +Sauer P, Dietrich J (2024). _mrdownscale: Downscale and harmonize MAgPIE output using LUH2 as reference data_. doi:10.5281/zenodo.11244475 , R package version 0.18.1, . A BibTeX entry for LaTeX users is @@ -48,7 +48,8 @@ A BibTeX entry for LaTeX users is title = {mrdownscale: Downscale and harmonize MAgPIE output using LUH2 as reference data}, author = {Pascal Sauer and Jan Philipp Dietrich}, year = {2024}, - note = {R package version 0.18.0}, + note = {R package version 0.18.1}, url = {https://github.com/pik-piam/mrdownscale}, + doi = {10.5281/zenodo.11244475}, } ``` diff --git a/man/mrdownscale-package.Rd b/man/mrdownscale-package.Rd index 8bd94b5..d4391b8 100644 --- a/man/mrdownscale-package.Rd +++ b/man/mrdownscale-package.Rd @@ -12,16 +12,17 @@ Downscale and harmonize MAgPIE output using LUH2 as reference data. Useful links: \itemize{ \item \url{https://github.com/pik-piam/mrdownscale} + \item \doi{10.5281/zenodo.11244475} \item Report bugs at \url{https://github.com/pik-piam/mrdownscale/issues} } } \author{ -\strong{Maintainer}: Pascal Sauer \email{pascal.sauer@pik-potsdam.de} +\strong{Maintainer}: Pascal Sauer \email{pascal.sauer@pik-potsdam.de} (\href{https://orcid.org/0000-0002-6856-8239}{ORCID}) (Potsdam Institute for Climate Impact Research) Authors: \itemize{ - \item Jan Philipp Dietrich \email{dietrich@pik-potsdam.de} + \item Jan Philipp Dietrich \email{dietrich@pik-potsdam.de} (\href{https://orcid.org/0000-0002-4309-6431}{ORCID}) (Potsdam Institute for Climate Impact Research) } }