diff --git a/DESCRIPTION b/DESCRIPTION index 15351f39..35e7cf6c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gamma Title: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry Measurements -Version: 1.0.1.9000 +Version: 1.0.2 Authors@R: c(person(given = "Nicolas", family = "Frerebeau", diff --git a/NEWS.md b/NEWS.md index 7ea3f1fe..3111d5c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,37 +1,28 @@ -# gamma 1.0.1.9000 +# gamma 1.0.2 ## Internals * Use **testthat** 3rd edition (#20). +* Change package maintainer (#24). * The package was removed from CRAN due to an internal call to a defunct function `default.stringsAsFactors()`; fixed (#23, @RLumSK) # gamma 1.0.1 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4438632.svg)](https://doi.org/10.5281/zenodo.4438632) - ## Internals * Skip test if suggested packages are not installed (#19). * Use `\doi` instead of `\href` in documentation. # gamma 1.0.0 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4038328.svg)](https://doi.org/10.5281/zenodo.4038328) - * First CRAN release. # gamma 0.2.0 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3531996.svg)](https://doi.org/10.5281/zenodo.3531996) - * Beta release. # gamma 0.1.1 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3240546.svg)](https://doi.org/10.5281/zenodo.3240546) - * Alpha release. # gamma 0.1.0 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2652394.svg)](https://doi.org/10.5281/zenodo.2652394) - * Alpha release. diff --git a/R/gamma-package.R b/R/gamma-package.R index 3367d58b..149fe17e 100644 --- a/R/gamma-package.R +++ b/R/gamma-package.R @@ -2,7 +2,7 @@ #' \tabular{ll}{ #' **Package:** \tab gamma \cr #' **Type:** \tab Package \cr -#' **Version:** \tab 1.0.1.9000 \cr +#' **Version:** \tab 1.0.2 \cr #' **License:** \tab GPL-3 \cr #' **Zenodo:** \tab \doi{10.5281/zenodo.2652393} #' } diff --git a/codemeta.json b/codemeta.json index 306059f8..8bcbc0e8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/crp2a/gamma", "issueTracker": "https://github.com/crp2a/gamma/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.0.1.9000", + "version": "1.0.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -243,7 +243,7 @@ }, "SystemRequirements": null }, - "fileSize": "4311.768KB", + "fileSize": "4311.253KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/cran-comments.md b/cran-comments.md index 257f82fc..fdd85189 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,15 @@ ## Test environments -* local Ubuntu 20.04 install: 4.0.2 -* GitHub actions: release (Windows, MacOS, Ubuntu), devel (Ubuntu) -* win-builder: oldrel, release and devel +* Local R installation: R 4.2.0 +* Ubuntu (on GitHub Actions): R devel, release, oldrel +* Windows (on GitHub Actions and win-builder): R devel, release, oldrel +* MacOS (on GitHub Actions): R release ## R CMD check results 0 errors | 0 warnings | 0 note -This is a resubmission. - -* `vdiffr` (suggested) is now used conditionally. -* Use `\doi` instead of `\href` in documentation. +* Some links in the documentation point to articles behind paywalls that may return a 403 error. +* This a resubmission after CRAN removal: all issues have been fixed. +* The package maintainer has changed due to a staff turnover within our organization (previous maintainer can be reached at brice.lebrun@u-bordeaux-montaigne.fr if needed). +* According to the CRAN Repository Policy, the new maintainer's email is not a mailing list (although it looks like one), but an alias to avoid future issues due to staff turnover.