From 60552cf7c194b9554c40edcef635abba01324bf8 Mon Sep 17 00:00:00 2001 From: Niklas Hohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:37:25 +0200 Subject: [PATCH 1/3] cran release --- CRAN-SUBMISSION | 3 +++ cran-comments.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..8217e30 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.3.1 +Date: 2024-09-02 11:43:12 UTC +SHA: 8e47847dea9133f3268edc66cc0e674de17a198a diff --git a/cran-comments.md b/cran-comments.md index a2fd916..20257fd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,3 @@ ## R CMD check results -0 errors | 0 warnings | 1 note - -* increment minor version +0 errors | 0 warnings | 0 note From abbe4d06ced68aa5be49839599ffa50426d31ab1 Mon Sep 17 00:00:00 2001 From: Niklas Hohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:39:05 +0200 Subject: [PATCH 2/3] release and bump minor version --- CRAN-SUBMISSION | 3 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 8217e30..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.3.1 -Date: 2024-09-02 11:43:12 UTC -SHA: 8e47847dea9133f3268edc66cc0e674de17a198a diff --git a/DESCRIPTION b/DESCRIPTION index 59c5625..5ff130d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: admtools Title: Estimate and Manipulate Age-Depth Models -Version: 0.3.1 +Version: 0.3.1.9000 Authors@R: person("Niklas", "Hohmann", , "N.H.Hohmann@uu.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1559-1838")) diff --git a/NEWS.md b/NEWS.md index 8dd06f3..dbd57f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# admtools (development version) + # admtools 0.3.1 * more options for sedimentation rate generator `sed_rate_from_matrix` From 3d9da822d9c9163721cb5fdb41682e123e01a33b Mon Sep 17 00:00:00 2001 From: Niklas Hohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:44:42 +0200 Subject: [PATCH 3/3] update citation info --- CITATION.cff | 6 +++--- README.md | 4 ++-- inst/CITATION | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 16074b1..6a33bdd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,7 +15,7 @@ authors: affiliation: Utrecht University identifiers: - type: doi - value: 10.5281/zenodo.10213587 + value: 10.5281/zenodo.13628460 description: Archived version on Zenodo repository-code: 'https://github.com/MindTheGap-ERC/admtools' url: 'https://mindthegap-erc.github.io/admtools/' @@ -28,5 +28,5 @@ keywords: - Stratigraphy - Sedimentology license: GPL-3.0 -version: 0.2.0 -date-released: '2024-03-03' +version: 0.3.1 +date-released: '2024-09-02' diff --git a/README.md b/README.md index 7d42d8e..345a4d4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ R package to estimate age-depth models from stratigraphic and sedimentological d [![R-CMD-check](https://github.com/MindTheGap-ERC/admtools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MindTheGap-ERC/admtools/actions/workflows/R-CMD-check.yaml) [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu) [![](https://www.r-pkg.org/badges/version/admtools?color=pink)](https://cran.r-project.org/package=admtools) - [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12761132.svg)](https://doi.org/10.5281/zenodo.12761132) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13628460.svg)](https://doi.org/10.5281/zenodo.13628460) ## Authors @@ -85,7 +85,7 @@ For contribution guidelines see the CONTRIBUTING.md file To cite the package, use -* Hohmann, N. (2024). R package "admtools" (v0.3.0). Zenodo. https://doi.org/10.5281/zenodo.12761132 +* Hohmann, N. (2024). admtools (v0.3.1). Zenodo. https://doi.org/10.5281/zenodo.13628460 or run diff --git a/inst/CITATION b/inst/CITATION index ceb1654..c7dec99 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,8 +3,8 @@ bibentry( title = "admtools: R package for estimating age-depth models and transform data", author = "Niklas Hohmann", year = "2024", - doi ="10.5281/zenodo.12761132", + doi ="10.5281/zenodo.13628460", publisher = "Zenodo", - version = "v0.3.0", - url = "https://zenodo.org/records/12761132" + version = "v0.3.1", + url = "https://doi.org/10.5281/zenodo.13628460" )