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.7-any)votesys_0.1.1.tar.gz(r-4.6-any)
votesys_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:1adcaf345d. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 206 | ||
| linux-release-x86_64 | OK | 100 | ||
| wasm-release | OK | 92 |
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 |