-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.45 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: redistio
Title: Interactive Redistricting
Version: 0.0.0.9000
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("leaflet contributors", role = "cph", comment = "setShapeStyle code adapted from leaflet package."))
Description: A point and click editor for districts built on 'shiny' and 'Leaflet'.
Users can draw districts and calculate standard redistricting metrics, like
compactness or the number of administrative splits. Maps can be exported as
assignment files or shapefiles, readable by most other redistricting software.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
bslib,
colourpicker,
dplyr,
DT,
geomander,
ggredist,
gt,
leaflet,
purrr,
redistmetrics,
rlang,
scales,
sf,
shiny,
stringr,
tibble
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://github.com/christopherkenny/redistio,
http://www.christophertkenny.com/redistio/
BugReports: https://github.com/christopherkenny/redistio/issues
Suggests:
crayons,
planscorer,
redist,
shinyWidgets,
spelling
Language: en-US