-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.08 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
49
50
51
Type: Package
Package: getACS
Title: Help Wrangling American Community Survey Data from tidycensus
Version: 0.1.1.9003
Authors@R:
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Maintainer: Eli Pousson <eli.pousson@gmail.com>
Description: A package with helper functions for working with Census data
downloaded with the tidycensus package.
License: MIT + file LICENSE
URL: https://elipousson.github.io/getACS/
BugReports: https://github.com/elipousson/getACS/issues
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
ggplot2,
glue,
gt,
knitr,
lifecycle,
purrr,
rappdirs,
rlang (>= 1.1.0),
scales,
sf,
stats,
stringr,
tibble,
tidycensus,
tidyr,
tidyselect,
tigris (>= 2.1.1),
vctrs,
withr
Suggests:
forcats,
readr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes:
elipousson/tigris