-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
43 lines (43 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
37
38
39
40
41
42
43
Package: zipcodeR
Title: Data & Functions for Working with US ZIP Codes
Version: 0.3.5
Authors@R:
person(given = "Gavin",
family = "Rozzi",
role = c("aut", "cre"),
email = "gr@gavinrozzi.com",
comment = c(ORCID = "0000-0002-9969-8175"))
Description: Make working with ZIP codes in R painless with an integrated dataset of U.S. ZIP codes and functions for working with them.
Search ZIP codes by multiple geographies, including state, county, city & across time zones. Also included are functions for relating
ZIP codes to Census data, geocoding & distance calculations.
License: GPL-3
URL: https://github.com/gavinrozzi/zipcodeR/, https://www.gavinrozzi.com/project/zipcoder/
BugReports: https://github.com/gavinrozzi/zipcodeR/issues/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
rlang,
stringr,
raster,
tidycensus,
tidyr,
dplyr,
jsonlite,
httr,
curl,
RSQLite,
DBI
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
markdown,
readr,
testthat (>= 3.0.0),
covr,
tibble
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3