Skip to content

Commit

Permalink
Merge pull request #150 from jessecambon/quiet-typo-fix
Browse files Browse the repository at this point in the history
increment version to 1.0.4.9000 and fix documentation for quiet param…
  • Loading branch information
jessecambon authored Oct 22, 2021
2 parents 238fc5b + 70099e7 commit 71dd012
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 59 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidygeocoder
Type: Package
Title: Geocoding Made Easy
Version: 1.0.4
Version: 1.0.4.9000
Authors@R:
c(person(given = "Jesse",
family = "Cambon",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tidygeocoder (development version)

- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()`

# tidygeocoder 1.0.4

### New Features
Expand Down
4 changes: 2 additions & 2 deletions R/geo.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ progress_geo <- function(pb = NULL, ...) {
#' progress for single input geocoding (1 input per query). By default the progress bar
#' will not be shown for code executed when knitting R Markdown files or code within
#' an RStudio notebook chunk. Can be set permanently with `options(tidygeocoder.progress_bar = FALSE)`.
#' @param quiet if FALSE (default) then console messages that are displayed by default regarding
#' queries will be suppressed. Can be set permanently with `options(tidgeocoder.quiet = TRUE)`.
#' @param quiet if TRUE then console messages that are displayed by default
#' regarding queries will be suppressed. Can be set permanently with `options(tidygeocoder.quiet = TRUE)`.
#' @param api_url custom API URL. If specified, the default API URL will be overridden.
#' This parameter can be used to specify a local Nominatim server, for instance.
#' @param timeout query timeout (in minutes)
Expand Down
2 changes: 1 addition & 1 deletion docs/404.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/LICENSE-text.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/LICENSE.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/articles/developer_notes.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/articles/geocoder_services.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/articles/index.html

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

12 changes: 6 additions & 6 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/authors.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/index.html

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

13 changes: 11 additions & 2 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-17T21:19Z
last_built: 2021-10-22T20:20Z
urls:
reference: https://jessecambon.github.io/tidygeocoder/reference
article: https://jessecambon.github.io/tidygeocoder/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api_info_reference.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/reference/api_key_reference.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/reference/api_parameter_reference.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/reference/batch_limit_reference.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/reference/extract_results.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/reference/extract_reverse_results.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/geo.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/reference/geo_census.html

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

Loading

0 comments on commit 71dd012

Please sign in to comment.