R-ArcGIS / arcgisgeocode

Utilize public or private ArcGIS Geocoder Services from R. Provides reverse geocoding, candidate search, single address, and batch geocoding.
http://r.esri.com/arcgisgeocode/
Apache License 2.0
40 stars 6 forks source link

httr2 causing failing request in v1.0.4 #34

Closed JosiahParry closed 2 months ago

JosiahParry commented 2 months ago

Upstream issue: https://github.com/r-lib/httr2/issues/549

There is a known issue with httr2 failing to work with form body and parallel requests. This is causing failing CRAN checks https://cran.r-project.org/web/checks/check_results_arcgisgeocode.html

To remediate, install httr2 v1.0.1

remotes::install_version("httr2", "1.0.1")
JosiahParry commented 2 months ago

httr2 has been submitted to CRAN awaiting approval of 1.0.5