From 9f51b96f1d96b521f02326fc01b3650d8dfdd6e4 Mon Sep 17 00:00:00 2001 From: Andrea Manica Date: Wed, 19 Jun 2024 09:56:17 +0100 Subject: [PATCH] Update contributors --- DESCRIPTION | 1 + cran-comments.md | 15 ++++----------- data-raw/helper_functions/submitting_to_cran.R | 2 +- man/pastclim-package.Rd | 1 + 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b9fd8542..b30ebb6a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,7 @@ Authors@R: c( person(c("Emily","Y."), "Hallet", role = "ctb"), person("Robert", "Beyer", role = "ctb"), person("Mario", "Krapp", role = "ctb"), + person(c("Andrea", "V."), "Pozzi", role = "ctb"), person("Andrea", "Manica", role = c("aut","cre"), email = "am315@cam.ac.uk") ) diff --git a/cran-comments.md b/cran-comments.md index 71b0b63e..1cd67562 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,13 @@ -## This is a minor release -It provides access to more paleoclimatic datasets, without major changes in +## This is a minor release (2.1.0) +It provides access to more palaeoclimatic datasets, without major changes in functionality. ## Test environments -- R-hub windows-x86_64-devel (r-devel) - R-hub linux (r-devel) - R-hub macos (r-devel) - R-hub macos-arm64 (r-devel) - devtools::check_mac_release +- devtools::check_win_devel No NOTES on any environment. @@ -15,11 +15,4 @@ No NOTES on any environment. As detailed in: https://cloud.r-project.org/web/checks/check_results_pastclim.html -there are failures with r-oldrel-macos-arm64 and r-oldrel-macos-x86-64. Old -versions on mac of `terra`, on which `pastclim` relies, were problematic. This -affected other packages as well: https://github.com/r-spatial/stars/issues/566 -Pastclim works on r-oldrel-windows-x86-64, as well as on all other release and -devel versions. - -There were notes on a r-devel, which picked up a man page where a parameter -was named incorrectly. That has been fixed in the current version. \ No newline at end of file +there are no failures on the previous version (2.0.0) \ No newline at end of file diff --git a/data-raw/helper_functions/submitting_to_cran.R b/data-raw/helper_functions/submitting_to_cran.R index 313f26c5..7d5b423c 100644 --- a/data-raw/helper_functions/submitting_to_cran.R +++ b/data-raw/helper_functions/submitting_to_cran.R @@ -16,7 +16,7 @@ source("./data-raw/helper_functions/check_returns_in_documentation.R") # update version number # update news -# first check with rhub +# first check with rhub (TO UPDATE, it now runs on github actions) pastclim_checks <- rhub::check_for_cran() # check on macos and windows via devtools diff --git a/man/pastclim-package.Rd b/man/pastclim-package.Rd index a9e45848..f2c6d9cf 100644 --- a/man/pastclim-package.Rd +++ b/man/pastclim-package.Rd @@ -32,6 +32,7 @@ Other contributors: \item Emily Y. Hallet [contributor] \item Robert Beyer [contributor] \item Mario Krapp [contributor] + \item Andrea V. Pozzi [contributor] } }