- 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
- 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
- error if not enough seats are available for harmonic/geometric divisor methods
- always error on equal remainders
- rework and expand quorum calculations (#4)
- deprecated quorum_total and quorum_districts parameters
- allow number of seats to be 0 instead of throwing error
- throw error if no solution can be found
- added basic shiny app
- apportion method and use_list_votes parameter for biproportional()
- add finland2019 dataset
- export lower and upper apportionment functions
- improve divisor search
- Publish package to Github