From 30b508ce935ae63321bc394ba585dd131299c0c2 Mon Sep 17 00:00:00 2001 From: ahagen Date: Tue, 5 Nov 2024 15:01:45 +0100 Subject: [PATCH 1/2] include checkbox template for PRs --- .Rbuildignore | 1 + pull_request_template.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 pull_request_template.md diff --git a/.Rbuildignore b/.Rbuildignore index f17efba..951db75 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^pull_request_template.md ^.*\.Rproj$ ^\.Rproj\.user$ ^\.buildlibrary$ diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..01ec9c4 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,11 @@ +## Purpose of this PR + +## Checklist: + +- [ ] I used ./test-standard-runs to compare and archive the changes introduced by this PR in /p/projects/edget/PRchangeLog/ + +## Further information (optional): + +* Test runs are here: +* Comparison of results (what changes by this PR?): + From 42f2c70a9e05e67c4183b32c0c17983c759d1ced Mon Sep 17 00:00:00 2001 From: ahagen Date: Tue, 5 Nov 2024 15:52:10 +0100 Subject: [PATCH 2/2] increment version --- .buildlibrary | 2 +- CITATION.cff | 4 ++-- DESCRIPTION | 4 ++-- README.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index 2899af0..4653497 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '1221891' +ValidationKey: '1241984' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index 8dead3a..a17b2da 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: 'reporttransport: Reporting package for edgeTransport' -version: 0.6.1 -date-released: '2024-11-04' +version: 0.6.2 +date-released: '2024-11-05' abstract: This package contains edgeTransport-specific routines to report model results. The main functionality is to generate transport reporting variables in MIF format from a given edgeTransport model run folder or REMIND input data. diff --git a/DESCRIPTION b/DESCRIPTION index 578884b..29089c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: reporttransport Title: Reporting package for edgeTransport -Version: 0.6.1 -Date: 2024-11-04 +Version: 0.6.2 +Date: 2024-11-05 Authors@R: person("Johanna", "Hoppe", , "johanna.hoppe@pik-potsdam.de", role = c("aut", "cre")) Description: This package contains edgeTransport-specific routines to diff --git a/README.md b/README.md index 3eeac3a..a4b948e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Reporting package for edgeTransport -R package **reporttransport**, version **0.6.1** +R package **reporttransport**, version **0.6.2** [![CRAN status](https://www.r-pkg.org/badges/version/reporttransport)](https://cran.r-project.org/package=reporttransport) [![R build status](https://github.com/pik-piam/reporttransport/workflows/check/badge.svg)](https://github.com/pik-piam/reporttransport/actions) [![codecov](https://codecov.io/gh/pik-piam/reporttransport/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/reporttransport) [![r-universe](https://pik-piam.r-universe.dev/badges/reporttransport)](https://pik-piam.r-universe.dev/builds) @@ -41,7 +41,7 @@ In case of questions / problems please contact Johanna Hoppe . +Hoppe J (2024). _reporttransport: Reporting package for edgeTransport_. R package version 0.6.2, . A BibTeX entry for LaTeX users is @@ -50,7 +50,7 @@ A BibTeX entry for LaTeX users is title = {reporttransport: Reporting package for edgeTransport}, author = {Johanna Hoppe}, year = {2024}, - note = {R package version 0.6.1}, + note = {R package version 0.6.2}, url = {https://github.com/pik-piam/reporttransport}, } ```