Skip to content

Commit

Permalink
Fix http -> https. Resubmit to CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
salvafern committed Oct 9, 2020
1 parent 976db4d commit 39ff965
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ vignettes/*.pdf
tests/tmp_load/*
inst/doc

**/.DS_Store
**/.DS_Store

CRAN-RELEASE
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.worldclim.org/>,,
ENVIREM <http://envirem.github.io/>, Bio-ORACLE <http://bio-oracle.org/>
from multiple sources, including WorldClim <https://www.worldclim.org/>,,
ENVIREM <https://envirem.github.io/>, Bio-ORACLE <https://bio-oracle.org/>
and MARSPEC <http://www.marspec.org/>.
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:
Expand Down
2 changes: 1 addition & 1 deletion R/sdmpredictors.R
Original file line number Diff line number Diff line change
@@ -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/}).
#'
Expand Down
31 changes: 28 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <salvador.fernandez@vliz.be>'
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.
2 changes: 1 addition & 1 deletion man/sdmpredictors.Rd

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

0 comments on commit 39ff965

Please sign in to comment.