From 5893e8a54f4f1d5dbf1d19674ac8ef1cdd17d879 Mon Sep 17 00:00:00 2001 From: Johannes Koch Date: Wed, 6 Nov 2024 12:16:37 +0100 Subject: [PATCH] Bump version --- .buildlibrary | 3 ++- .github/workflows/check.yaml | 2 +- CITATION.cff | 4 ++-- DESCRIPTION | 6 +++--- README.md | 8 ++++---- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index b7c89f1..1400b2b 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '52359240' +ValidationKey: '52426361' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package .* was built under R version' @@ -8,3 +8,4 @@ AcceptedNotes: - Depends: includes the non-default packages allowLinterWarnings: no enforceVersionUpdate: no +skipCoverage: no diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 23545e6..d85a316 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -63,6 +63,6 @@ jobs: shell: Rscript {0} run: | nonDummyTests <- setdiff(list.files("./tests/testthat/"), c("test-dummy.R", "_snaps")) - if(length(nonDummyTests) > 0) covr::codecov(quiet = FALSE) + if(length(nonDummyTests) > 0 && !lucode2:::loadBuildLibraryConfig()[["skipCoverage"]]) covr::codecov(quiet = FALSE) env: NOT_CRAN: "true" diff --git a/CITATION.cff b/CITATION.cff index 9ffaabb..b9ed29b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: 'mrvalidation: madrat data preparation for validation purposes' -version: 2.61.6 -date-released: '2024-10-19' +version: 2.61.7 +date-released: '2024-11-06' abstract: Package contains routines to prepare data for validation exercises. authors: - family-names: Bodirsky diff --git a/DESCRIPTION b/DESCRIPTION index 9243274..bb59168 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: mrvalidation Title: madrat data preparation for validation purposes -Version: 2.61.6 -Date: 2024-10-19 +Version: 2.61.7 +Date: 2024-11-06 Authors@R: c( person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", role = c("aut", "cre")), person("Stephen", "Wirth", role = "aut"), @@ -34,7 +34,7 @@ Depends: madrat (>= 2.11.3), magclass (>= 3.17), mrcommons (>= 1.41.0), - mrdrivers (>= 0.2.2), + mrdrivers (>= 4.0.0), mrfactors (>= 0.4.0), mrfaocore (>= 1.0.0), mrlandcore (>= 1.0.0), diff --git a/README.md b/README.md index eae6ddc..4235053 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # madrat data preparation for validation purposes -R package **mrvalidation**, version **2.61.6** +R package **mrvalidation**, version **2.61.7** [![CRAN status](https://www.r-pkg.org/badges/version/mrvalidation)](https://cran.r-project.org/package=mrvalidation) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4317826.svg)](https://doi.org/10.5281/zenodo.4317826) [![R build status](https://github.com/pik-piam/mrvalidation/workflows/check/badge.svg)](https://github.com/pik-piam/mrvalidation/actions) [![codecov](https://codecov.io/gh/pik-piam/mrvalidation/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrvalidation) [![r-universe](https://pik-piam.r-universe.dev/badges/mrvalidation)](https://pik-piam.r-universe.dev/builds) @@ -39,7 +39,7 @@ In case of questions / problems please contact Benjamin Leon Bodirsky , R package version 2.61.6, . +Bodirsky B, Wirth S, Karstens K, Humpenoeder F, Stevanovic M, Mishra A, Biewald A, Weindl I, Beier F, Chen D, Crawford M, Leip D, Molina Bacca E, Kreidenweis U, W. Yalew A, von Jeetze P, Wang X, Dietrich J, Alves M (2024). _mrvalidation: madrat data preparation for validation purposes_. doi:10.5281/zenodo.4317826 , R package version 2.61.7, . A BibTeX entry for LaTeX users is @@ -48,8 +48,8 @@ A BibTeX entry for LaTeX users is title = {mrvalidation: madrat data preparation for validation purposes}, author = {Benjamin Leon Bodirsky and Stephen Wirth and Kristine Karstens and Florian Humpenoeder and Mishko Stevanovic and Abhijeet Mishra and Anne Biewald and Isabelle Weindl and Felicitas Beier and David Chen and Michael Crawford and Debbora Leip and Edna {Molina Bacca} and Ulrich Kreidenweis and Amsalu {W. Yalew} and Patrick {von Jeetze} and Xiaoxi Wang and Jan Philipp Dietrich and Marcos Alves}, year = {2024}, - note = {R package version 2.61.6}, - url = {https://github.com/pik-piam/mrvalidation}, + note = {R package version 2.61.7}, doi = {10.5281/zenodo.4317826}, + url = {https://github.com/pik-piam/mrvalidation}, } ```