diff --git a/DESCRIPTION b/DESCRIPTION index 5b42b823..abc90d1f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 096c3642..798aca8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# tidygeocoder (development version) + +- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()` + # tidygeocoder 1.0.4 ### New Features diff --git a/R/geo.R b/R/geo.R index 9ea65d5c..c84c671f 100644 --- a/R/geo.R +++ b/R/geo.R @@ -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) diff --git a/docs/404.html b/docs/404.html index 98b77bf0..02978895 100644 --- a/docs/404.html +++ b/docs/404.html @@ -87,7 +87,7 @@
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 7709295a..a7364ece 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -87,7 +87,7 @@ diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 3e2e1f38..e1813410 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -87,7 +87,7 @@ diff --git a/docs/articles/developer_notes.html b/docs/articles/developer_notes.html index 51d62365..3b883630 100644 --- a/docs/articles/developer_notes.html +++ b/docs/articles/developer_notes.html @@ -40,7 +40,7 @@ diff --git a/docs/articles/geocoder_services.html b/docs/articles/geocoder_services.html index 6dbe8c77..fd74a529 100644 --- a/docs/articles/geocoder_services.html +++ b/docs/articles/geocoder_services.html @@ -40,7 +40,7 @@ diff --git a/docs/articles/index.html b/docs/articles/index.html index 47cba47a..bf4836f2 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -87,7 +87,7 @@ diff --git a/docs/articles/tidygeocoder.html b/docs/articles/tidygeocoder.html index 06b9596d..e74dd0be 100644 --- a/docs/articles/tidygeocoder.html +++ b/docs/articles/tidygeocoder.html @@ -40,7 +40,7 @@ @@ -170,7 +170,7 @@singlelineaddress | @@ -222,7 +222,7 @@
---|
street | @@ -255,7 +255,7 @@
---|
quiet | -if FALSE (default) then console messages that are displayed by default regarding
-queries will be suppressed. Can be set permanently with |
+ if TRUE then console messages that are displayed by default
+regarding queries will be suppressed. Can be set permanently with |
---|---|---|
api_url | @@ -468,7 +468,7 @@||
quiet | -if FALSE (default) then console messages that are displayed by default regarding
-queries will be suppressed. Can be set permanently with |
+ if TRUE then console messages that are displayed by default
+regarding queries will be suppressed. Can be set permanently with |
api_url | diff --git a/docs/reference/reverse_geocode.html b/docs/reference/reverse_geocode.html index 3f0779eb..ccc3b661 100644 --- a/docs/reference/reverse_geocode.html +++ b/docs/reference/reverse_geocode.html @@ -93,7 +93,7 @@ diff --git a/docs/reference/sample_addresses.html b/docs/reference/sample_addresses.html index 72a62880..0aa28880 100644 --- a/docs/reference/sample_addresses.html +++ b/docs/reference/sample_addresses.html @@ -88,7 +88,7 @@ diff --git a/docs/reference/tidygeocoder-package.html b/docs/reference/tidygeocoder-package.html index 8d41ead0..63fde2a3 100644 --- a/docs/reference/tidygeocoder-package.html +++ b/docs/reference/tidygeocoder-package.html @@ -92,7 +92,7 @@ diff --git a/man/geo.Rd b/man/geo.Rd index 412e9201..7edfcc24 100644 --- a/man/geo.Rd +++ b/man/geo.Rd @@ -119,8 +119,8 @@ progress for single input geocoding (1 input per query). By default the progress will not be shown for code executed when knitting R Markdown files or code within an RStudio notebook chunk. Can be set permanently with \code{options(tidygeocoder.progress_bar = FALSE)}.} -\item{quiet}{if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with \code{options(tidgeocoder.quiet = TRUE)}.} +\item{quiet}{if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with \code{options(tidygeocoder.quiet = TRUE)}.} \item{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.} diff --git a/man/reverse_geo.Rd b/man/reverse_geo.Rd index c0a20ae9..bc6a1362 100644 --- a/man/reverse_geo.Rd +++ b/man/reverse_geo.Rd @@ -84,8 +84,8 @@ progress for single input geocoding (1 input per query). By default the progress will not be shown for code executed when knitting R Markdown files or code within an RStudio notebook chunk. Can be set permanently with \code{options(tidygeocoder.progress_bar = FALSE)}.} -\item{quiet}{if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with \code{options(tidgeocoder.quiet = TRUE)}.} +\item{quiet}{if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with \code{options(tidygeocoder.quiet = TRUE)}.} \item{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.}