Package: tidygeocoder Type: Package Title: Geocoding Made Easy Version: 1.0.6 Authors@R: c(person(given = "Jesse", family = "Cambon", role = c("aut", "cre"), email = "jesse.cambon@gmail.com", comment = c(ORCID = "0000-0001-6854-1514")), person(given = "Diego", family = "Hernangómez", role = "aut", email = "diego.hernangomezherrero@gmail.com", comment = c(ORCID = "0000-0001-8457-4658")), person(given = "Christopher", family = "Belanger", role = "aut", email = "christopher.a.belanger@gmail.com", comment = c(ORCID = "0000-0003-2070-5721")), person(given = "Daniel", family = "Possenriede", email = "possenriede+r@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-6738-9845")), person(given = "Otto", family = "Hansen", email = "otto@uchicago.edu", role = "ctb", comment = c(ORCID = "0000-0002-4618-5667")) ) Description: An intuitive interface for getting data from geocoding services. License: MIT + file LICENSE URL: https://jessecambon.github.io/tidygeocoder/, https://github.com/jessecambon/tidygeocoder BugReports: https://github.com/jessecambon/tidygeocoder/issues Depends: R (>= 3.5) Imports: tibble, dplyr, httr, jsonlite, progress Suggests: knitr, rmarkdown, ggplot2, ggrepel, maps, testthat (>= 3.0.2), spelling VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US Config/pak/sysreqs: libssl-dev Repository: https://jessecambon.r-universe.dev Date/Publication: 2025-03-31 20:28:16 UTC RemoteUrl: https://github.com/jessecambon/tidygeocoder RemoteRef: HEAD RemoteSha: 638a176b929ba65d59c692ea7bc29d68023de900 NeedsCompilation: no Packaged: 2026-07-05 10:13:56 UTC; root Author: Jesse Cambon [aut, cre] (ORCID: ), Diego Hernangómez [aut] (ORCID: ), Christopher Belanger [aut] (ORCID: ), Daniel Possenriede [aut] (ORCID: ), Otto Hansen [ctb] (ORCID: ) Maintainer: Jesse Cambon