-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.29 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
Package: urbnindicators
Type: Package
Title: Out of the Box Social Science Indicators from the American Community Survey (ACS)
Version: 0.0.0.9200
Authors@R: person("Will", "Curran-Groome", email = "[email protected]",
role = c("aut", "cre"))
Description: There are many packages available that facilitate queries to the Census
Bureau API, but subsequent steps in the analysis workflow still require significant
work (much of which must be repeated from analysis to analysis), such as identifying
and selecting relevant variables, determining how to accurately calculate derived
measures (e.g., percentages), and naming variables semantically. urbnindicators
abstracts much of this process away and provides users a simple interface to obtain
commonly-used social sciences measures from the ACS.
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
magrittr,
purrr,
segregation,
stringr,
tidycensus,
tidyr,
tigris,
rlang,
tibble,
sf,
lifecycle
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
UrbanInstitute/urbnthemes
RoxygenNote: 7.3.2
URL: https://ui-research.github.io/urbnindicators/
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
License: GPL (>= 3) + file LICENSE