Skip to content

Commit 2235e19

Browse files
committed
update news and cran comments for v1.0.5
1 parent 9906c98 commit 2235e19

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# tidygeocoder (development version)
1+
# tidygeocoder 1.0.5
22

3-
- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()`
3+
- Corrected documentation for the `quiet` parameter in `geo()` and `reverse_geo()`.
44
- 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()`).
5-
- 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)).
5+
- 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)).
66

77
# tidygeocoder 1.0.4
88

cran-comments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
* GitHub Actions [R-CMD-check](https://github.com/jessecambon/tidygeocoder/blob/main/.github/workflows/check-full.yaml)
44
* winbuilder r-old devel: `devtools::check_win_oldrelease()`
55
* winbuilder r-devel : `devtools::check_win_devel()`
6-
* Other environments checked via `rhub::check_for_cran(env_vars = c(R_COMPILE_AND_INSTALL_PACKAGES = "always"))`
6+
* Other environments checked via `rhub::check_for_cran()`
77

88
## R CMD check results
99

1010
0 errors | 0 warnings | 1 notes
1111

1212
## Notes
1313

14+
- This release was required to prevent the package from being removed from CRAN due to CRAN check issues that occured without network connectivity.
1415
- RE the inactive Zenodo URL, this DOI is reserved and will become active once released.

docs/articles/developer_notes.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
developer_notes: developer_notes.html
66
geocoder_services: geocoder_services.html
77
tidygeocoder: tidygeocoder.html
8-
last_built: 2021-10-30T15:38Z
8+
last_built: 2021-11-02T18:02Z
99
urls:
1010
reference: https://jessecambon.github.io/tidygeocoder/reference
1111
article: https://jessecambon.github.io/tidygeocoder/articles

docs/reference/geo.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geo_combine.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geocode.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)