Package: addr Title: Clean, Parse, Harmonize, Match, and Geocode Messy Real-World US Addresses Version: 1.1.0.9000 Authors@R: c(person("Cole", "Brokamp", email = "cole@colebrokamp.com", role = c("aut", "cre")), person("Erika", "Manning", role = c("aut"))) Description: Cleans, parses, standardizes, matches, and geocodes messy, real-world US addresses. Uses the included usaddress library to tag address components and build addr vector objects composed of addr_part vectors for number, street, and place. These vectors can be standardized, matched, joined, and used as data-frame columns, allowing standard R tools to work with nested address structures. URL: https://github.com/geomarker-io/addr/, https://geomarker.io/addr/ BugReports: https://github.com/geomarker-io/addr/issues/ License: MIT + file LICENSE Copyright: See file inst/COPYRIGHTS for vendored Rust crate copyright information. Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: htmltools, arrow, dplyr, leaflet, mirai, pkgload, sf, shiny, testthat (>= 3.0.0), wk, withr Imports: curl, nanoparquet, s2, S7, stringdist, tibble, vctrs SystemRequirements: Cargo (>= 1.65), rustc (>= 1.65) Config/testthat/edition: 3 Depends: R (>= 4.2.0) Config/rextendr/version: 0.4.2 Collate: 'addr_helpers.R' 'addr_part.R' 'addr.R' 'addr_fuzzy_left_join.R' 'addr_left_join.R' 'addr_match.R' 'addr_part_match.R' 'addr_tag_maps.R' 'addr_vectors.R' 'as_addr.R' 'clean.R' 'county_fips.R' 'data.R' 'extendr-wrappers.R' 'fuzzy_match.R' 'geocode.R' 'nad.R' 'phonetic_street_key.R' 'shiny_addr_explorer.R' 'shiny_geocode_explorer.R' 'taf.R' 'tag_usaddress.R' 'tiger.R' 'zzz.R' Config/pak/sysreqs: libabsl-dev cmake libssl-dev libclang-dev Repository: https://geomarker-io.r-universe.dev Date/Publication: 2026-07-06 18:59:57 UTC RemoteUrl: https://github.com/geomarker-io/addr RemoteRef: v1.2.0 RemoteSha: 4f0febc9b7b00fea09ecde83701ac6aba01709a0 NeedsCompilation: yes Packaged: 2026-07-06 20:32:55 UTC; root Author: Cole Brokamp [aut, cre], Erika Manning [aut] Maintainer: Cole Brokamp