-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.04 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
Package: usdata
Title: Data on the States and Counties of the United States
Version: 0.3.1
Authors@R: c(
person(given = "Mine",
family = "Çetinkaya-Rundel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6452-2420")),
person(given = "David",
family = "Diez",
email = "[email protected]",
role = c("aut")),
person(given = "Leah",
family = "Dorazio",
email = "[email protected]",
role = c("aut"))
)
Description: Demographic data on the United States at the county and state levels spanning multiple years.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/OpenIntroStat/usdata, https://openintrostat.github.io/usdata/
BugReports: https://github.com/OpenIntroStat/usdata/issues
Suggests:
dplyr,
ggplot2,
maps,
lubridate,
sf,
testthat
Imports:
tibble
Depends:
R (>= 2.10)