-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.38 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
Package: geomander
Type: Package
Title: Geographic Tools for Studying Gerrymandering
Version: 2.4.0
Authors@R: c(
person("Christopher T.", "Kenny", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")),
person("Cory", "McCartan", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-6251-669X"))
)
Description: A compilation of tools to complete common tasks for studying gerrymandering.
This focuses on the geographic tool side of common problems, such as linking
different levels of spatial units or estimating how to break up units. Functions
exist for creating redistricting-focused data for the US.
License: MIT + file LICENCE
URL: https://christophertkenny.com/geomander/, https://github.com/christopherkenny/geomander
BugReports: https://github.com/christopherkenny/geomander/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo: Rcpp (>= 1.0.7)
Imports:
baf,
censable,
cli,
dataverse,
dplyr,
geos,
ggplot2,
readr,
rlang,
Rcpp,
sf,
stringr,
tibble,
tidyr,
tinytiger
Depends:
R (>= 4.0.0)
Suggests:
redist,
knitr,
rmarkdown,
testthat (>= 3.0.0),
RcppSimdJson,
spelling
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US