Skip to content

Commit ac7dc28

Browse files
committed
cran-tweaks
1 parent 6889c78 commit ac7dc28

10 files changed

+55
-49
lines changed

CRAN-RELEASE

-2
This file was deleted.

R/tidygeocoder.R

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#' \pkg{tidygeocoder} makes getting data from geocoder services easy.
22
#'
33
#' The primary functions to use are \code{\link{geocode}} and \code{\link{geo}}.
4-
#' The \code{\link{geocode}} function calls \code{\link{geo}}.
5-
#' See \code{vignette("tidygeocoder")} for details.
4+
#' Refer to the documentation on the method argument of the \code{\link{geo}} function
5+
#' for more details on the available geocoder services. Also see \code{vignette("tidygeocoder")}
6+
#' for example usage.
67

78
#' @keywords internal
89
"_PACKAGE"

cran-comments.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
* winbuilder r-old devel: `devtools::check_win_oldrelease()`
44
* winbuilder r-devel : `devtools::check_win_devel()`
55
* Other environments checked via `rhub::check_for_cran(env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always"))`
6-
```
76

87
## R CMD check results
98

109
0 errors | 0 warnings | 0 notes
10+
11+
## Notes
12+
13+
Per CRAN request, updated two URLs to include trailing "/" and highlighted the geocoder service
14+
options available in R/tidygeocoder.R.

docs/articles/tidygeocoder.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 1.5.1
33
pkgdown_sha: ~
44
articles:
55
tidygeocoder: tidygeocoder.html
6-
last_built: 2020-08-11T20:33Z
6+
last_built: 2020-08-12T20:59Z
77
urls:
88
reference: https://jessecambon.github.io/tidygeocoder/reference
99
article: https://jessecambon.github.io/tidygeocoder/articles

docs/reference/geo.html

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geocode.html

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query_api.html

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)