Changelog
fastVoteR 0.0.3
- Remove the
data.tabledependency - Improve
rank_candidates()documentation - Export internal R functions that wrap C++ code for easier reuse
- Add extra
checkparameter to all voting functions andrank_candidates()
fastVoteR 0.0.2
CRAN release: 2026-04-14
- Add contributing guidelines
- Change license to MIT
- Small internal doc updates/fixes
- Remove
mlr3miscdependency - Add sections in
pkgdownwebsite - Refine
README
fastVoteR 0.0.1
CRAN release: 2024-11-27
- Initial CRAN submission.
- Add
rank_candidates()with support for 4 ranking methods: AV, SAV, sequential PAV and sequential Phragmen.