-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 1.14 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
Package: deprivateR
Title: Tools for Calculating and Analyzing Measures of Deprivation in the United States
Version: 0.1.0.9000
Authors@R: c(
person("Christopher", "Prener", ,"[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-4310-9888")),
person("Timothy", "Wiemken", ,"[email protected]", c("aut"),
comment = c(ORCID = "0000-0002-8251-3007"))
)
Description: Provides a unified framework to building ADI, SVI, and NDI deprivation
measures and accessing related data from the U.S. Census Bureau such as Gini
coefficient data. Tools are also available for calculating percentiles,
quantiles, and for creating clear map breaks for data visualization.
Depends: R (>= 3.5)
License: Apache License (>= 2)
URL: https://pfizer-opensource.github.io/deprivateR/
BugReports: https://github.com/pfizer-opensource/deprivateR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
classInt,
dplyr,
english,
ndi,
rlang,
sf,
sociome,
stringr,
tibble,
tidycensus,
tidyselect,
tidyr,
zippeR
Suggests:
measurements,
testthat,
tigris