-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
executable file
·36 lines (36 loc) · 1.2 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
Package: censusxy
Title: Access the U.S. Census Bureau's Geocoding API System
Version: 1.1.2
Authors@R: c(
person("Christopher", "Prener", ,"[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-4310-9888")),
person("Branson", "Fox", ,"[email protected]", c("aut"),
comment = c(ORCID = "0000-0002-4361-2811")),
person("Christopher", "Kenny", ,"[email protected]", c("ctb"),
comment = c(ORCID = "0000-0002-9386-6860"))
)
Description: Provides access to the U.S. Census Bureau's API for matching American
street addresses with their longitude and latitude. This includes both single address matching
as well as batch functionality for multiple addresses. Census geographies can be appended to
addresses if desired, and reverse geocoding of point locations to census geographies is also
supported.
Depends: R (>= 3.4)
License: GPL-3
URL: https://chris-prener.github.io/censusxy/
BugReports: https://github.com/chris-prener/censusxy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
doParallel,
foreach,
httr,
parallel,
utils
Suggests:
covr,
knitr,
rmarkdown,
sf,
testthat
VignetteBuilder: knitr