Package: arcgisgeocode Title: A Robust Interface to ArcGIS 'Geocoding Services' Version: 0.4.0 Authors@R: person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9910-865X")) 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 . License: Apache License (>= 2) URL: https://github.com/r-arcgis/arcgisgeocode, https://developers.arcgis.com/r-bridge/api-reference/arcgisgeocode Imports: arcgisutils (>= 0.3.3.9000), cli, httr2 (>= 1.1.1), jsonify, RcppSimdJson (>= 0.1.13), rlang (>= 1.1.0), sf Suggests: data.table, dplyr, testthat (>= 3.0.0) Config/rextendr/version: 0.3.1.9001 Config/testthat/edition: 3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.67, xz Depends: R (>= 4.2) LazyData: true Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev xz-utils libclang-dev Repository: https://r-arcgis.r-universe.dev Date/Publication: 2026-03-09 21:44:02 UTC RemoteUrl: https://github.com/r-arcgis/arcgisgeocode RemoteRef: HEAD RemoteSha: 3c5710d609b82b912162b457e1797cd08ca030b1 NeedsCompilation: yes Packaged: 2026-06-24 09:07:27 UTC; root Author: Josiah Parry [aut, cre] (ORCID: ) Maintainer: Josiah Parry