diff --git a/.Rbuildignore b/.Rbuildignore index 5947e3d..c010933 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,4 +12,5 @@ code.json ^doc$ ^Meta$ .github -Dockerfile \ No newline at end of file +Dockerfile +^CRAN-SUBMISSION$ diff --git a/cran-comments.md b/cran-comments.md index a9a91b6..367e580 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,4 +2,5 @@ * rhub::check_for_cran w/ defaults ## Comment -* Submission corrects duplicated documentation of "..." parameter. \ No newline at end of file +* Submission corrects duplicated documentation of "..." parameter. +* replace journal url with doi \ No newline at end of file diff --git a/inst/CITATION b/inst/CITATION index 16dcdc9..b07685f 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -11,5 +11,5 @@ citEntry(entry = "Article", journal = "Ecography", year = "2015", doi = "10.1111/ecog.01880", - url = "https://onlinelibrary.wiley.com/doi/full/10.1111/ecog.01880", + url = "https://doi.org/10.1111/ecog.01880", textVersion = paste("Read JS, JI Walker, A Appling, DL Blodgett, EK Read, LA Winslow. 2015. geoknife: Reproducible web-processing of large gridded datasets. Ecography. doi:10.1111/ecog.01880")) \ No newline at end of file