proporz (development version)
- add “Modifying biproporz()” vignette
- add
district_winner_matrix()
function (exported internal implementation) - add
apply_quorum()
function (exported internal implementation) - add
summary()
method for biproporz results showing marginal sums and divisors - returned seat values from proporz/biproporz functions are always integer
- undefined biproporz results are caught earlier (flow criterion check)
proporz 1.5.0
CRAN release: 2024-04-03
- add new feature: winner take one method for
biproporz()
andpukelsheim()
(#10) - allow non-integer vote counts
- round divisors to as few digits as possible
- changed error message for undefined/tied results
- fixed bugs and added more real data tests
proporz 1.4.0
CRAN release: 2024-03-04
- first CRAN release
- add vignette and examples
- removed
biproportional()
, only usebiproporz()
- renamed
quota_largest_remainder()
tolargest_remainder_method()
- renamed
divisors()
toget_divisors()
- removed
hzv()
alias and madereached_quorums()
internal - update documentation and tests
- minor bugfixes
proporz 1.3.1
- error if not enough seats are available for harmonic/geometric divisor methods
- always error on equal remainders
proporz 1.3.0
- rework and expand quorum calculations (#4)
- deprecated quorum_total and quorum_districts parameters