Skip to content

Commit

Permalink
fix cran doi
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Nov 2, 2023
1 parent dc93c5c commit d5ef361
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 21 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.2.4
Date: 2023-04-25 20:01:34 UTC
SHA: 56d0482f982fd7b991442fd6b8fc62d4168647e3
Version: 2.0.0
Date: 2023-11-01 17:32:06 UTC
SHA: dc93c5c9f92f52ac7b178eac2b7095536868867d
16 changes: 8 additions & 8 deletions R/datasets_docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NULL
#' Beyer, R.M.,
#' Krapp, M. & Manica, A. High-resolution terrestrial climate, bioclimate and
#' vegetation for the last 120,000 years. Sci Data 7, 236 (2020).
#' \doi{doi.org/10.1038/s41597-020-0552-1}
#' \doi{10.1038/s41597-020-0552-1}
#'
#' The version included in `pastclim` has the ice sheets masked, as well as
#' internal seas (Black and Caspian Sea) removed. The latter are based on:
Expand All @@ -41,7 +41,7 @@ NULL
#'
#' v1.0.0 Remove ice sheets and internal seas, and use correct formula for bio15.
#' Files can be downloaded from:
#' \doi{doi.org/10.6084/m9.figshare.19723405.v1}
#' \doi{10.6084/m9.figshare.19723405.v1}
#'
#'
#' @name Beyer2020
Expand All @@ -61,7 +61,7 @@ NULL
#' Krapp, M., Beyer, R.M., Edmundson, S.L. et al. A statistics-based
#' reconstruction of high-resolution global terrestrial climate for the last
#' 800,000 years. Sci Data 8, 228 (2021).
#' \doi{doi.org/10.1038/s41597-021-01009-3}
#' \doi{10.1038/s41597-021-01009-3}
#'
#' The version included in `pastclim` has the ice sheets masked.
#'
Expand All @@ -78,7 +78,7 @@ NULL
#'
#' v1.0.0 Remove ice sheets and use correct formula for bio15.
#' Files can be downloaded from:
#' \doi{doi.org/10.6084/m9.figshare.19733680.v1}
#' \doi{10.6084/m9.figshare.19733680.v1}
#'
#' @name Krapp2021
NULL
Expand All @@ -92,7 +92,7 @@ NULL
#'
#' Fick, S.E. and R.J. Hijmans, 2017. WorldClim 2: new 1km spatial resolution
#' climate surfaces for global land areas. International Journal of Climatology 37 (12): 4302-4315.
#' \doi{doi.org/10.1002/joc.5086}
#' \doi{10.1002/joc.5086}
#'
#' **Present-day reconstructions** are based on the mean for the period 1970-2000,
#' and are available at multiple resolutions of
Expand Down Expand Up @@ -177,12 +177,12 @@ NULL
#' PALEO-PGEM-Series: A spatial time series of the global climate over the
#' last 5 million years (Plio-Pleistocene). Global Ecology and
#' Biogeography, 32, 1034-1045,
#' \doi{doi.org/10.1111/geb.13683}
#' \doi{10.1111/geb.13683}
#'
#' Holden, P. B., Edwards, N. R., Rangel, T. F., Pereira, E. B., Tran, G. T.,
#' and Wilkinson, R. D. (2019): PALEO-PGEM v1.0: a statistical emulator of
#' Pliocene–Pleistocene climate, Geosci. Model Dev., 12, 5137–5155,
#' \doi{doi.org/10.5194/gmd-12-5137-2019}.
#' \doi{10.5194/gmd-12-5137-2019}.
#'
#' @name Barreto2023
NULL
Expand Down Expand Up @@ -212,7 +212,7 @@ NULL
#'
#' Klein Goldewijk, K., Beusen, A., Doelman, J., and Stehfest, E.:
#' Anthropogenic land-use estimates for the Holocene; HYDE 3.2,
#' Earth Syst. Sci. Data, 9, 927-953, 2017. \doi{doi.org/10.5194/essd-9-1-2017}
#' Earth Syst. Sci. Data, 9, 927-953, 2017. \doi{10.5194/essd-9-1-2017}
#'
#' @name HYDE_3.3_baseline
NULL
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## This is a re-submission
DOI incorrectly started with doi.org/; they have all now been fixed and raised
no issues with any check.

## Test environments
- R-hub windows-x86_64-devel (r-devel)
- R-hub ubuntu-gcc-release (r-release)
- R-hub fedora-clang-devel (r-devel)
- devtools::check_mac_release

No NOTES on any environment, except for a NOTE on some DOI giving a 404 Status.
All the DOIs were checked manually and work.
No NOTES on any environment.

## Checks on CRAN for previous version of pastclim
As detailed in:
Expand Down
4 changes: 2 additions & 2 deletions man/Barreto2023.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/Beyer2020.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/HYDE_3.3_baseline.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/Krapp2021.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/WorldClim_2.1.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5ef361

Please sign in to comment.