• add new feature: winner take one method for biproporz() and pukelsheim (#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
  • 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