Skip to content

Commit

Permalink
update news and cran comments for v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecambon committed Nov 2, 2021
1 parent 9906c98 commit 2235e19
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
* 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

0 errors | 0 warnings | 1 notes

## 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.
4 changes: 2 additions & 2 deletions docs/articles/developer_notes.html

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

11 changes: 5 additions & 6 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
developer_notes: developer_notes.html
geocoder_services: geocoder_services.html
tidygeocoder: tidygeocoder.html
last_built: 2021-10-30T15:38Z
last_built: 2021-11-02T18:02Z
urls:
reference: https://jessecambon.github.io/tidygeocoder/reference
article: https://jessecambon.github.io/tidygeocoder/articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/geo.html

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

4 changes: 2 additions & 2 deletions docs/reference/geo_combine.html

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

4 changes: 2 additions & 2 deletions docs/reference/geocode.html

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

Loading

0 comments on commit 2235e19

Please sign in to comment.