-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.5 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
Package: redistverse
Title: Easily Install and Load Redistricting Software
Version: 0.1.0
Authors@R: c(
person(given = "Christopher T.",
family = "Kenny",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9386-6860")),
person(given = "Cory", family = "McCartan", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-6251-669X")),
person("tidyverse contributors", role = "ctb", comment = "attach code adapted from tidyverse."))
Description: Easy installation, loading, and control of packages for redistricting
data downloading, spatial data processing, simulation, analysis, and
visualization. This package makes it easy to install and load multiple
'redistverse' packages at once. The 'redistverse' is developed and maintained
by the Algorithm-Assisted Redistricting Methodology (ALARM) Project.
For more details see <https://alarm-redist.org>.
Depends:
R (>= 4.0.0)
Imports:
redist,
redistmetrics,
geomander,
ggredist,
sf,
censable,
tinytiger,
easycensus,
PL94171,
alarmdata,
cli,
birdie
Suggests:
wacolors,
testthat (>= 3.0.0),
spelling
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/alarm-redist/redistverse, https://alarm-redist.org/redistverse/
BugReports: https://github.com/alarm-redist/redistverse/issues
Config/testthat/edition: 3
Language: en-US