-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 949 Bytes
/
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
Package: rsegregation
Type: Package
Title: Calculate Empirical Measures of Segregation
Version: 0.4.3
Authors@R: person("Arthur", "Gailes", email = "[email protected]",
role = c("aut","cre"))
Description: Provides functions for several empirical measures of racial segregation within a tidy framework.
Includes divergence, entropy, dissimilarity, exposure, isolation, and location quotient.
This package was inspired by a five-part series on segregation produced by the
Othering & Belonging Institute at UC Berkeley <https://belonging.berkeley.edu/segregationinthebay>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.3.0),
Imports:
dplyr (>= 1.0.0),
rlang
RoxygenNote: 7.1.1
Suggests:
covr,
testthat,
knitr,
rmarkdown
URL: https://github.com/arthurgailes/rsegregation
BugReports: https://github.com/arthurgailes/rsegregation/issues
VignetteBuilder: knitr