From 39ff965b55cd547313a5aae60955ce439385c230 Mon Sep 17 00:00:00 2001 From: Salva Date: Fri, 9 Oct 2020 16:56:54 +0200 Subject: [PATCH] Fix http -> https. Resubmit to CRAN. --- .gitignore | 4 +++- DESCRIPTION | 6 +++--- R/sdmpredictors.R | 2 +- cran-comments.md | 31 ++++++++++++++++++++++++++++--- man/sdmpredictors.Rd | 2 +- 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 4700481..9e50db6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ vignettes/*.pdf tests/tmp_load/* inst/doc -**/.DS_Store \ No newline at end of file +**/.DS_Store + +CRAN-RELEASE \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index a6a710d..ae2880d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,11 +19,11 @@ Authors@R: c( person("Salvador", "Fernandez", email = "salvador.fernandez@vliz.be", role = c("ctb", "cre")), person("Lennert", "Schepers", email = "lennert.schepers@vliz.be", role = c("ctb"))) Description: Terrestrial and marine predictors for species distribution modelling - from multiple sources, including WorldClim ,, - ENVIREM , Bio-ORACLE + from multiple sources, including WorldClim ,, + ENVIREM , Bio-ORACLE and MARSPEC . License: MIT + file LICENSE -URL: http://www.samuelbosch.com/p/sdmpredictors.html +URL: https://www.samuelbosch.com/p/sdmpredictors.html BugReports: https://github.com/lifewatch/sdmpredictors/issues LazyData: true Suggests: diff --git a/R/sdmpredictors.R b/R/sdmpredictors.R index 2d42490..a795447 100644 --- a/R/sdmpredictors.R +++ b/R/sdmpredictors.R @@ -1,7 +1,7 @@ #' sdmpredictors: Species Distribution Modeling Predictor Datasets #' #' Terrestrial and marine predictors for species distribution modeling from -#' multiple sources, including WorldClim (\url{http://www.worldclim.org/}), +#' multiple sources, including WorldClim (\url{https://www.worldclim.org/}), #' Bio-ORACLE (\url{http://www.oracle.ugent.be/}) and MARSPEC #' (\url{http://www.marspec.org/}). #' diff --git a/cran-comments.md b/cran-comments.md index 17e034c..3a795a4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,12 +5,37 @@ ## R CMD check results -There were no ERRORs, WARNINGs or NOTEs. +There were no ERRORs or WARNINGs. + +There was a note when checking on https://win-builder.r-project.org + +``` +* checking CRAN incoming feasibility ... NOTE +Maintainer: 'Salvador Fernandez ' + +New submission + +Package was archived on CRAN + +Possibly mis-spelled words in DESCRIPTION: + ENVIREM (16:5) + MARSPEC (17:9) + WorldClim (15:38) + +CRAN repository db overrides: + X-CRAN-Comment: Archived on 2020-10-05 as check issues were not + corrected in time. +``` + +These names are acronyms of projects. They are not misspelled. + +This is a re-submission. New layers of Bio-Oracle were made available to the package (the package pulls the layers from https://www.lifewatch.be/sdmpredictors/). In principle there was no need to update the package, but these new layers caused some tests to fail. These issues are solved now. + +More info on new version 2.1. of Bio-Oracle: https://bio-oracle.org/release-notes-2-1.php + ## Downstream dependencies There are currently no downstream dependencies for this package. -## Other notes -This is a re-submission. The package was adapted to download new layers from Bio-Oracle, which caused some tests to fail. These issues are solved now. \ No newline at end of file diff --git a/man/sdmpredictors.Rd b/man/sdmpredictors.Rd index 30ebedf..b5fb640 100644 --- a/man/sdmpredictors.Rd +++ b/man/sdmpredictors.Rd @@ -6,7 +6,7 @@ \title{sdmpredictors: Species Distribution Modeling Predictor Datasets} \description{ Terrestrial and marine predictors for species distribution modeling from -multiple sources, including WorldClim (\url{http://www.worldclim.org/}), +multiple sources, including WorldClim (\url{https://www.worldclim.org/}), Bio-ORACLE (\url{http://www.oracle.ugent.be/}) and MARSPEC (\url{http://www.marspec.org/}). }