From be82a865c734312e236d06fdf0455893dc14e800 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 13 Sep 2024 09:18:49 +0200 Subject: [PATCH 1/3] Fix doi.org link in CITATION. --- inst/CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/CITATION b/inst/CITATION index bcebfc07a..bdd2e9847 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,4 +1,4 @@ -citHeader("The R package 'Luminescence' is the joint work of many over many years. To cite the R package 'Luminescence' we suggest using the first entry and applying the rest were justified. To credit all authors **and** contributors, please see https://10.32614/CRAN.package.Luminescence and the archive on Zenodo https://doi.org/10.5281/zenodo.596252 and for an always-up-tp-date citation record with DOI.") +citHeader("The R package 'Luminescence' is the joint work of many over many years. To cite the R package 'Luminescence' we suggest using the first entry and applying the rest were justified. To credit all authors **and** contributors, please see https://doi.org/10.32614/CRAN.package.Luminescence and the archive on Zenodo https://doi.org/10.5281/zenodo.596252 and for an always-up-tp-date citation record with DOI.") citation(auto = meta) From 1aad6fa84ebde031009348083c517570e31ca959 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 13 Sep 2024 09:22:33 +0200 Subject: [PATCH 2/3] Remove spurious newline. --- README.Rmd | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ad332dde0..d189590e9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -30,7 +30,6 @@ The R package `'Luminescence'` by the R-Luminescence Group provides a collection [![Downloads](https://cranlogs.r-pkg.org/badges/last-day/Luminescence)](https://www.r-pkg.org/pkg/Luminescence) [![R-CMD-check](https://github.com/R-Lum/Luminescence/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/R-Lum/Luminescence/actions) - [![Coverage Status](https://img.shields.io/codecov/c/github/R-Lum/Luminescence.svg)](https://app.codecov.io/github/R-Lum/Luminescence?branch=master) ## Social media and other resources diff --git a/README.md b/README.md index de7cecca9..5cabb2fc7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ DOI](https://zenodo.org/badge/23153315.svg)](https://zenodo.org/badge/latestdoi/ [![Downloads](https://cranlogs.r-pkg.org/badges/last-day/Luminescence)](https://www.r-pkg.org/pkg/Luminescence) [![R-CMD-check](https://github.com/R-Lum/Luminescence/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/R-Lum/Luminescence/actions) - [![Coverage Status](https://img.shields.io/codecov/c/github/R-Lum/Luminescence.svg)](https://app.codecov.io/github/R-Lum/Luminescence?branch=master) From c55357d01118b92bb9b0296c4d36b48a75af9f16 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 13 Sep 2024 09:22:48 +0200 Subject: [PATCH 3/3] Post-release version bump. --- DESCRIPTION | 4 ++-- NEWS.Rmd | 12 ++++++++++++ NEWS.md | 8 ++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0b5f80de2..0e5a989cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Luminescence Type: Package Title: Comprehensive Luminescence Dating Data Analysis -Version: 0.9.25 -Date: 2024-09-12 +Version: 0.9.25.9000 +Date: 2024-09-13 Authors@R: c( person("Sebastian", "Kreutzer", role = c("aut", "trl", "cre", "dtc"), email = "maintainer_luminescence@r-luminescence.org", comment = c(ORCID = "0000-0002-0734-2199")), person("Christoph", "Burow", role = c("aut", "trl", "dtc"), comment = c(ORCID = "0000-0002-5023-4046")), diff --git a/NEWS.Rmd b/NEWS.Rmd index 2e1b91d06..a64c70785 100644 --- a/NEWS.Rmd +++ b/NEWS.Rmd @@ -8,6 +8,18 @@ header-includes: # Changes in version `r RLumBuild::.get_pkg_version()` (`r Sys.Date()`) +## New functions + + +## Bugfixes + + +## Internals + + + +# Changes in version 0.9.25 (2024-09-12) + **This package version requires R >= 4.3** ## New functions diff --git a/NEWS.md b/NEWS.md index 6c15c363f..802381e63 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,14 @@ +# Changes in version 0.9.25.9000 (2024-09-13) + +## New functions + +## Bugfixes + +## Internals + # Changes in version 0.9.25 (2024-09-12) **This package version requires R \>= 4.3**