Skip to content

arcgisgeocode

A Robust Interface to ArcGIS 'Geocoding Services'

v0.4.0 · Oct 6, 2025 · Apache License (>= 2)

Description

A very fast and robust interface to ArcGIS 'Geocoding Services'. Provides capabilities for reverse geocoding, finding address candidates, character-by-character search autosuggestion, and batch geocoding. The public 'ArcGIS World Geocoder' is accessible for free use via 'arcgisgeocode' for all services except batch geocoding. 'arcgisgeocode' also integrates with 'arcgisutils' to provide access to custom locators or private 'ArcGIS World Geocoder' hosted on 'ArcGIS Enterprise'. Learn more in the 'Geocode service' API reference <https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.

Downloads

458

Last 30 days

7805th

1.6K

Last 90 days

7.3K

Last year

Trend: -14.4% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 2, 2026
NOTE 12 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 28, 2026
NOTE r-release-macos-x86_64

compiled code

File ‘arcgisgeocode/libs/arcgisgeocode.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 24, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'arcgisgeocode-Ex.R' failed
The error most likely occurred in:

> ### Name: find_address_candidates
> ### Title: Find Address Candidates
> ### Aliases: find_address_candidates
> 
> ### ** Examples
> 
> candidates_from_single <- fi
...[truncated]...
e_server("https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer")
 7.         └─httr2::req_perform(b_req)
 8.           └─httr2:::handle_resp(req, resp, error_call = error_call)
 9.             └─rlang::cnd_signal(resp)
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 16, 2026
NOTE 13 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 27, 2026
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘arcgisgeocode/libs/arcgisgeocode.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies arcgisutils cli httr2 jsonify RcppSimdJson rlang sf arcgis arcgisgeocode

Version History

new 0.4.0 Mar 10, 2026
updated 0.4.0 ← 0.3.0 diff Oct 6, 2025
updated 0.3.0 ← 0.2.3 diff Jul 27, 2025
updated 0.2.3 ← 0.2.2 diff Apr 10, 2025
updated 0.2.2 ← 0.2.1 diff Sep 26, 2024
updated 0.2.1 ← 0.2.0 diff Aug 1, 2024
updated 0.2.0 ← 0.1.0 diff Jul 2, 2024
new 0.1.0 May 24, 2024