Package: votesys 0.1.1
Jiang Wu
votesys: Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods
Various methods to count ballots in voting systems are provided. Functions to check validity of ballots are also provided to ensure flexibility.
Authors:
votesys_0.1.1.tar.gz
votesys_0.1.1.tar.gz(r-4.5-noble)votesys_0.1.1.tar.gz(r-4.4-noble)
votesys_0.1.1.tgz(r-4.4-emscripten)votesys_0.1.1.tgz(r-4.3-emscripten)
votesys.pdf |votesys.html✨
votesys/json (API)
NEWS
# Install 'votesys' in R: |
install.packages('votesys', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 7 years agofrom:1adcaf345d. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 23 2024 |
R-4.5-linux | OK | Oct 23 2024 |
Exports:approval_methodas_completeborda_methodcdc_copelandcdc_dodgsoncdc_kemenyyoungcdc_minmaxcdc_rankedpairscdc_schulzecdc_simplecheck_dup_wrongcreate_votedowdall_methodirv_methodlist2ballotplurality_methodstar_rating
Dependencies:data.tablegtoolslatticeMatrix
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods | votesys-package votesys |
Approval Method | approval_method |
Convert Incomplete ranking/rating matrix into full matrix | as_complete |
Borda Count Method | borda_method |
Copeland Method | cdc_copeland |
Dodgson Method | cdc_dodgson |
Kemeny-Young Method | cdc_kemenyyoung |
Minmax Method | cdc_minmax |
Ranked Pairs Method | cdc_rankedpairs |
Schulze Method | cdc_schulze |
Ordinary Condorcet Method | cdc_simple |
Check Ballots with Duplicated Values, Mistakes, or without Any Valid Entry | check_dup_wrong |
Create a vote Object that can be used in counting methods | create_vote |
Dowdall Method | dowdall_method |
Instant-Runoff Voting Method | irv_method |
Repeat ith element of list x or row of matrix/data.frames for j times | list2ballot |
Plurality Method to Find Absolute or Relative Majority | plurality_method |
User Preference Aggregation | star_rating |