diff --git a/NEWS.md b/NEWS.md index cc5c05bf..20879694 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# tidygeocoder (development version) +# tidygeocoder 1.0.5 -- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()` +- Corrected documentation for the `quiet` parameter in `geo()` and `reverse_geo()`. - 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()`). -- 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)). +- 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)). # tidygeocoder 1.0.4 diff --git a/cran-comments.md b/cran-comments.md index 40d44300..1fc91f21 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,7 +3,7 @@ * GitHub Actions [R-CMD-check](https://github.com/jessecambon/tidygeocoder/blob/main/.github/workflows/check-full.yaml) * 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"))` +* Other environments checked via `rhub::check_for_cran()` ## R CMD check results @@ -11,4 +11,5 @@ ## Notes +- This release was required to prevent the package from being removed from CRAN due to CRAN check issues that occured without network connectivity. - RE the inactive Zenodo URL, this DOI is reserved and will become active once released. \ No newline at end of file diff --git a/docs/articles/developer_notes.html b/docs/articles/developer_notes.html index 0d430c80..e7ee193b 100644 --- a/docs/articles/developer_notes.html +++ b/docs/articles/developer_notes.html @@ -162,7 +162,7 @@

#> limit : "1" #> format : "json" #> HTTP Status Code: 200 -#> Query completed in: 0.6 seconds +#> Query completed in: 0.3 seconds #> Total query time (including sleep): 1 seconds #> #> @@ -173,7 +173,7 @@

#> limit : "1" #> format : "json" #> HTTP Status Code: 200 -#> Query completed in: 0.3 seconds +#> Query completed in: 0.2 seconds #> Total query time (including sleep): 1 seconds #> #> Query completed in: 2 seconds diff --git a/docs/news/index.html b/docs/news/index.html index 19d6a200..9aa3b482 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -174,15 +174,14 @@

Changelog

Source: NEWS.md -
-

-tidygeocoder (development version) Unreleased +
+

+tidygeocoder 1.0.5 Unreleased

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index f3985011..31e4fa89 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,7 +5,7 @@ articles: developer_notes: developer_notes.html geocoder_services: geocoder_services.html tidygeocoder: tidygeocoder.html -last_built: 2021-10-30T15:38Z +last_built: 2021-11-02T18:02Z urls: reference: https://jessecambon.github.io/tidygeocoder/reference article: https://jessecambon.github.io/tidygeocoder/articles diff --git a/docs/reference/geo.html b/docs/reference/geo.html index 9641ecf7..413674c2 100644 --- a/docs/reference/geo.html +++ b/docs/reference/geo.html @@ -470,7 +470,7 @@

Examp geo(street = "600 Peachtree Street NE", city = "Atlanta", state = "Georgia", method = "census") -

#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 7.8 seconds
#> # A tibble: 1 × 5 +
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 6.9 seconds
#> # A tibble: 1 × 5 #> street city state lat long #> <chr> <chr> <chr> <dbl> <dbl> #> 1 600 Peachtree Street NE Atlanta Georgia 33.8 -84.4
@@ -484,7 +484,7 @@

Examp #> 3 Nairobi, Kenya -1.28 36.8

geo("100 Main St New York, NY", full_results = TRUE, method = "census", api_options = list(census_return_type = 'geographies')) -
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 2.2 seconds
#> # A tibble: 1 × 28 +
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 1.9 seconds
#> # A tibble: 1 × 28 #> address lat long matchedAddress tigerLine.tiger… tigerLine.side #> <chr> <dbl> <dbl> <chr> <chr> <chr> #> 1 100 Main St New York, NY 40.7 -74.0 100 MAIN ST, … 59662602 R diff --git a/docs/reference/geo_combine.html b/docs/reference/geo_combine.html index 1f047f3c..43d6c6ea 100644 --- a/docs/reference/geo_combine.html +++ b/docs/reference/geo_combine.html @@ -282,7 +282,7 @@

Examp address = example_addresses, global_params = list(address = 'address') ) -

#>
#>
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 3 × 4 +
#>
#>
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.2 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 3 × 4 #> address lat long query #> <chr> <dbl> <dbl> <chr> #> 1 100 Main St New York, NY 40.7 -74.0 "census" @@ -299,7 +299,7 @@

Examp cascade = FALSE, return_list = TRUE ) -

#>
#>
#>
#> Passing 3 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.3 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 1.4 seconds
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> $arcgis +
#>
#>
#>
#> Passing 3 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.3 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 1 seconds
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.2 seconds
#> $arcgis #> # A tibble: 3 × 3 #> address lat long #> <chr> <dbl> <dbl> diff --git a/docs/reference/geocode.html b/docs/reference/geocode.html index 16d1be69..85026639 100644 --- a/docs/reference/geocode.html +++ b/docs/reference/geocode.html @@ -302,7 +302,7 @@

Examp library(dplyr, warn.conflicts = FALSE) sample_addresses %>% slice(1:2) %>% geocode(addr, method = 'arcgis') -

#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.2 seconds
#> # A tibble: 2 × 4 +
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.1 seconds
#> # A tibble: 2 × 4 #> name addr lat long #> <chr> <chr> <dbl> <dbl> #> 1 White House 1600 Pennsylvania Ave NW Washington, DC 38.9 -77.0 @@ -333,7 +333,7 @@

Examp geocode(addr, method = 'arcgis', lat = latitude, long = longitude, full_results = TRUE) -

#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.2 seconds
#> # A tibble: 2 × 12 +
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 1 seconds
#> # A tibble: 2 × 12 #> name addr latitude longitude arcgis_address score location.x location.y #> <chr> <chr> <dbl> <dbl> <chr> <int> <dbl> <dbl> #> 1 Willi… 233 S W… 41.9 -87.6 233 S Wacker D… 100 -87.6 41.9 diff --git a/docs/reference/geocode_combine.html b/docs/reference/geocode_combine.html index 98062362..43c96ffd 100644 --- a/docs/reference/geocode_combine.html +++ b/docs/reference/geocode_combine.html @@ -269,7 +269,7 @@

Examp geocode_combine( queries = list(list(method = 'census'), list(method = 'osm')), global_params = list(address = 'addr'), cascade = TRUE) -

#>
#>
#> Passing 9 addresses to the US Census batch geocoder
#> Query completed in: 1.6 seconds
#> Passing 5 addresses to the Nominatim single address geocoder
#> Query completed in: 5 seconds
#> # A tibble: 9 × 5 +
#>
#>
#> Passing 9 addresses to the US Census batch geocoder
#> Query completed in: 1.2 seconds
#> Passing 5 addresses to the Nominatim single address geocoder
#> Query completed in: 5 seconds
#> # A tibble: 9 × 5 #> name addr lat long query #> <chr> <chr> <dbl> <dbl> <chr> #> 1 White House 1600 Pennsylvania Ave NW Washington… 38.9 -77.0 "censu… @@ -300,7 +300,7 @@

Examp city = 'city', state = 'state', postalcode = 'zip_cd'), query_names = c('census batch', 'census single', 'osm') ) -

#>
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.8 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 2 seconds
#> Passing 1 address to the Nominatim single address geocoder
#> Query completed in: 1 seconds
#> # A tibble: 4 × 7 +
#>
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 1.7 seconds
#> Passing 1 address to the Nominatim single address geocoder
#> Query completed in: 1 seconds
#> # A tibble: 4 × 7 #> street_address city state zip_cd lat long query #> <chr> <chr> <chr> <dbl> <dbl> <dbl> <chr> #> 1 624 W DAVIS ST #1D BURLINGTON NC 27215 36.1 -79.4 census single @@ -317,7 +317,7 @@

Examp cascade = FALSE, return_list = TRUE ) -

#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.6 seconds
#> Passing 4 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.3 seconds
#> $census +
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> Passing 4 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.3 seconds
#> $census #> # A tibble: 4 × 6 #> street_address city state zip_cd lat long #> <chr> <chr> <chr> <dbl> <dbl> <dbl> diff --git a/docs/reference/query_api.html b/docs/reference/query_api.html index c1bf471b..85fb0431 100644 --- a/docs/reference/query_api.html +++ b/docs/reference/query_api.html @@ -255,7 +255,7 @@

Examp #> 4 21.04778 105.8143 53777587 #> 5 21.03667 105.7827 267001250 #> 6 21.02930 105.8572 53727173 -#> 7 21.03665 105.7827 82017066 +#> 7 21.03669 105.7827 81907432 #> licence #> 1 Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright #> 2 Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright @@ -271,7 +271,7 @@

Examp #> 4 node 4753131321 21.0477253, 21.0478253, 105.8142571, 105.8143571 #> 5 way 872332878 21.0365605, 21.0367753, 105.7821469, 105.783248 #> 6 node 4747249104 21.029253, 21.029353, 105.8571969, 105.8572969 -#> 7 node 8124813874 21.036605, 21.036705, 105.7826401, 105.7827401 +#> 7 node 8124813873 21.0366379, 21.0367379, 105.7826432, 105.7827432 #> display_name #> 1 Thành phố Hà Nội, Việt Nam #> 2 British International School, Hanoi, Hoa Lan 2, Vinhomes Riverside, Phường Phúc Lợi, Quận Long Biên, Thành phố Hà Nội, 100000, Việt Nam diff --git a/docs/reference/reverse_geocode.html b/docs/reference/reverse_geocode.html index ee3d02a9..dd6f3b66 100644 --- a/docs/reference/reverse_geocode.html +++ b/docs/reference/reverse_geocode.html @@ -285,7 +285,7 @@

Examp louisville %>% head(3) %>% reverse_geocode(lat = latitude, long = longitude, method = 'arcgis') -

#> Passing 3 coordinates to the ArcGIS single coordinate geocoder
#> Query completed in: 1.4 seconds
#> # A tibble: 3 × 7 +
#> Passing 3 coordinates to the ArcGIS single coordinate geocoder
#> Query completed in: 1.1 seconds
#> # A tibble: 3 × 7 #> street city state zip latitude longitude address #> <chr> <chr> <chr> <dbl> <dbl> <dbl> <chr> #> 1 2722 ELLIOTT AVE Louisville Kentucky 40211 38.3 -85.8 2722 Elliott Av…