-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 897 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: vote
Type: Package
Title: Election Vote Counting
Version: 2.5-2
Date: 2026-02-27
Authors@R: c(person(given = "Hana",
family = "Sevcikova",
role = c("aut", "cre"),
email = "hanas@uw.edu"),
person(given = "Bernard",
family = "Silverman",
role = "aut"),
person(given = "Adrian",
family = "Raftery",
role = "aut"))
Description: Counting election votes and determining election results by different methods, including
the single transferable vote or ranked choice, approval, score, plurality, condorcet and two-round
runoff methods (Raftery et al., 2021 <doi:10.32614/RJ-2021-086>).
Depends: R (>= 3.5.0)
Imports: formattable, knitr, data.table, fields
Suggests: ggplot2, testthat
License: GPL (>=2)