-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 939 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: elections2
Type: Package
Title: Wrangle and Visualize Election Data With 2 Candidates or Choices
Version: 0.7.0
Author: Sharon Machlis
Maintainer: Sharon Machlis <[email protected]>
Description: Calculate winners, percents, and victory/loss margins from a spreadsheet or CSV of election results.
Additional functions make it easy to generate bar graphs and maps from the data.
License: MPL-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
magrittr,
sf,
rio,
janitor,
rlang,
scales,
glue,
htmltools,
data.table (>= 1.13.0),
DT,
dplyr,
sparkline,
reactable,
plotly,
stringr
Depends:
ggplot2,
leaflet,
R (>= 3.5)
Suggests:
gtools,
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/smach/elections2,
https://smach.github.io/elections2/
BugReports: https://github.com/smach/elections2/issues