diff --git a/NEWS.md b/NEWS.md index cc5c05bf..20879694 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# tidygeocoder (development version) +# tidygeocoder 1.0.5 -- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()` +- Corrected documentation for the `quiet` parameter in `geo()` and `reverse_geo()`. - To fix an issue that occurred on Mac CRAN checks ([#152](https://github.com/jessecambon/tidygeocoder/issues/152)) the vignette is now precomputed so that it does not run during `R CMD check` (ie. `devtools::check()`). -- Changed some default parameter values to facilitate the use of the [memoise package](https://memoise.r-lib.org/) ([@dpprdan](https://github.com/dpprdan), [#154](https://github.com/jessecambon/tidygeocoder/pull/154)). +- Changed some default parameter values to facilitate the use of the [memoise package](https://memoise.r-lib.org/) ([#154](https://github.com/jessecambon/tidygeocoder/pull/154), [@dpprdan](https://github.com/dpprdan)). # tidygeocoder 1.0.4 diff --git a/cran-comments.md b/cran-comments.md index 40d44300..1fc91f21 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,7 +3,7 @@ * GitHub Actions [R-CMD-check](https://github.com/jessecambon/tidygeocoder/blob/main/.github/workflows/check-full.yaml) * winbuilder r-old devel: `devtools::check_win_oldrelease()` * winbuilder r-devel : `devtools::check_win_devel()` -* Other environments checked via `rhub::check_for_cran(env_vars = c(R_COMPILE_AND_INSTALL_PACKAGES = "always"))` +* Other environments checked via `rhub::check_for_cran()` ## R CMD check results @@ -11,4 +11,5 @@ ## Notes +- This release was required to prevent the package from being removed from CRAN due to CRAN check issues that occured without network connectivity. - RE the inactive Zenodo URL, this DOI is reserved and will become active once released. \ No newline at end of file diff --git a/docs/articles/developer_notes.html b/docs/articles/developer_notes.html index 0d430c80..e7ee193b 100644 --- a/docs/articles/developer_notes.html +++ b/docs/articles/developer_notes.html @@ -162,7 +162,7 @@
NEWS.md
- quiet
parameter in geo()
and reverse_geo()
-quiet
parameter in geo()
and reverse_geo()
.R CMD check
(ie. devtools::check()
).