From dac5e3b9638688a134431135431cb341e695d528 Mon Sep 17 00:00:00 2001 From: Pascal Sauer <156898545+pascal-sauer@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:25:38 +0200 Subject: [PATCH] require newer madrat --- .buildlibrary | 2 +- CITATION.cff | 4 ++-- DESCRIPTION | 6 +++--- README.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index cba5cba..4cbe442 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '1019439' +ValidationKey: '1040312' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index 4b09a67..a9ffa4f 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: 'mrfactors: MADRaT based package on factor inputs' -version: 0.5.1 -date-released: '2024-09-23' +version: 0.5.2 +date-released: '2024-10-10' abstract: This package provides functions for MAgPIE input data on factor inputs to agricultural production (with a focus on capital and labor). authors: diff --git a/DESCRIPTION b/DESCRIPTION index 61aaca2..d5cdba3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: mrfactors Title: MADRaT based package on factor inputs -Version: 0.5.1 -Date: 2024-09-23 +Version: 0.5.2 +Date: 2024-10-10 Authors@R: c(person("Debbora", "Leip", , "leip@pik-potsdam.de", role = c("aut", "cre")), person("Edna", "Molina Bacca", role = "aut")) @@ -12,7 +12,7 @@ URL: https://github.com/pik-piam/mrfactors Depends: R (>= 2.10.0), magclass (>= 3.17), - madrat (>= 2.20.9), + madrat (>= 3.10.0), mrdrivers (>= 1.0.0), mstools (>= 0.6.0), mrcommons (>= 1.41.0) diff --git a/README.md b/README.md index 170574a..54b4432 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MADRaT based package on factor inputs -R package **mrfactors**, version **0.5.1** +R package **mrfactors**, version **0.5.2** [![CRAN status](https://www.r-pkg.org/badges/version/mrfactors)](https://cran.r-project.org/package=mrfactors) [![R build status](https://github.com/pik-piam/mrfactors/workflows/check/badge.svg)](https://github.com/pik-piam/mrfactors/actions) [![codecov](https://codecov.io/gh/pik-piam/mrfactors/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrfactors) [![r-universe](https://pik-piam.r-universe.dev/badges/mrfactors)](https://pik-piam.r-universe.dev/builds) @@ -38,7 +38,7 @@ In case of questions / problems please contact Debbora Leip . +Leip D, Molina Bacca E (2024). _mrfactors: MADRaT based package on factor inputs_. R package version 0.5.2, . A BibTeX entry for LaTeX users is @@ -47,7 +47,7 @@ A BibTeX entry for LaTeX users is title = {mrfactors: MADRaT based package on factor inputs}, author = {Debbora Leip and Edna {Molina Bacca}}, year = {2024}, - note = {R package version 0.5.1}, + note = {R package version 0.5.2}, url = {https://github.com/pik-piam/mrfactors}, } ```