-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added reference to The R Journal article; cran warning fixed
- Loading branch information
Showing
7 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Package: vote | ||
Type: Package | ||
Title: Election Vote Counting | ||
Version: 2.4-2 | ||
Version: 2.4-3 | ||
Date: 2023-12-09 | ||
Author: Hana Sevcikova, Bernard Silverman, Adrian Raftery | ||
Maintainer: Hana Sevcikova<[email protected]> | ||
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) <arXiv:2102.05801>). | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
bibentry(bibtype = "Article", | ||
title = "{The vote Package: Single Transferable Vote and Other Electoral Systems in R}", | ||
author = c(person(given = c("Adrian", "E."), | ||
family = "Raftery", | ||
email = "[email protected]"), | ||
person(given = "Hana", | ||
family = "\\v{S}ev\\v{c}{\\'\\i}kov\\'{a}"), | ||
person(given = c("Bernard", "W."), | ||
family = "Silverman", | ||
email = "[email protected]") | ||
), | ||
journal = "{The R Journal}", | ||
year = "2021", | ||
volume = "13", | ||
number = "2", | ||
pages = "673--696", | ||
doi = "10.32614/RJ-2021-086", | ||
|
||
header = "To cite vote in publications use:", | ||
textVersion = | ||
paste("Raftery, A.E., Sevcikova, H. and Silverman, B.W. (2021).", | ||
"The vote Package: Single Transferable Vote and Other Electoral Systems in R.", | ||
"The R Journal, 13(2), 673-696.", | ||
"doi:10.32614/RJ-2021-086") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters