Skip to content

Commit

Permalink
cran-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecambon committed Aug 12, 2020
1 parent 6889c78 commit ac7dc28
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 49 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

5 changes: 3 additions & 2 deletions R/tidygeocoder.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#' \pkg{tidygeocoder} makes getting data from geocoder services easy.
#'
#' The primary functions to use are \code{\link{geocode}} and \code{\link{geo}}.
#' The \code{\link{geocode}} function calls \code{\link{geo}}.
#' See \code{vignette("tidygeocoder")} for details.
#' Refer to the documentation on the method argument of the \code{\link{geo}} function
#' for more details on the available geocoder services. Also see \code{vignette("tidygeocoder")}
#' for example usage.

#' @keywords internal
"_PACKAGE"
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
* 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"))`
```

## R CMD check results

0 errors | 0 warnings | 0 notes

## Notes

Per CRAN request, updated two URLs to include trailing "/" and highlighted the geocoder service
options available in R/tidygeocoder.R.
6 changes: 3 additions & 3 deletions docs/articles/tidygeocoder.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 @@ -3,7 +3,7 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
tidygeocoder: tidygeocoder.html
last_built: 2020-08-11T20:33Z
last_built: 2020-08-12T20:59Z
urls:
reference: https://jessecambon.github.io/tidygeocoder/reference
article: https://jessecambon.github.io/tidygeocoder/articles
Expand Down
24 changes: 12 additions & 12 deletions docs/reference/geo.html

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

34 changes: 17 additions & 17 deletions docs/reference/geocode.html

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

10 changes: 5 additions & 5 deletions docs/reference/query_api.html

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

Loading

0 comments on commit ac7dc28

Please sign in to comment.