-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.27 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
39
40
41
42
43
44
45
46
47
48
Package: zippeR
Title: Working with United States ZIP Code and ZIP Code Tabulation Area Data
Version: 0.1.1
Authors@R: c(
person(
given = "Christopher", family = "Prener", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4310-9888")
),
person(
given = "Timothy", family = "Wiemken", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-8251-3007")
),
person(
given = "Angela", family = "Cook", email = "[email protected]",
role = "aut"
)
)
Description: Provides a set of functions for working with American postal codes,
which are known as ZIP Codes. These include accessing ZIP Code to ZIP Code
Tabulation Area (ZCTA) crosswalks, retrieving demographic data for ZCTAs, and
tabulating demographic data for three-digit ZCTAs.
Depends: R (>= 3.5)
License: Apache License (>= 2)
URL: https://github.com/pfizer-opensource/zippeR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
cli,
datasets,
dplyr,
httr,
jsonlite,
purrr,
readr,
sf,
spatstat.univar,
stats,
stringr,
tibble,
tidycensus,
tidyr,
tigris
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr