-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: addr
Title: Clean, Parse, Harmonize, Match, and Geocode Messy Real-World Addresses
Version: 0.6.0
Authors@R:
c(person("Cole", "Brokamp", email = "cole@colebrokamp.com", role = c("aut", "cre")),
person("Erika", "Manning", role = c("aut")))
Description: Addresses that were not validated at the time of collection are often heterogenously formatted, making them difficult to compare or link to other sets of addresses. The addr package is designed to clean character strings of addresses, use the `usaddress` library to tag address components, and paste together select components to create a normalized address. Normalized addresses can be hashed to create hashdresses that can be used to merge with other sets of addresses.
URL: https://github.com/cole-brokamp/addr, https://cole-brokamp.github.io/addr/
BugReports: https://github.com/cole-brokamp/addr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
sf,
s2,
tidyr
Imports:
purrr,
cli,
stringr,
dplyr,
glue,
fs,
tibble,
rlang,
vctrs,
methods,
stringdist,
zeallot
SystemRequirements: Cargo (Rust's package manager), rustc
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: addr_match*, s2_join_tiger_bg
Depends:
R (>= 3.5.0)
Config/rextendr/version: 0.3.1