-
dHondt() and sls() now return a ties attribute (TRUE/FALSE) indicating whether the seat distribution is non-unique due to tied quotients at the last seat. When ties = TRUE, the result was resolved randomly and re-running may yield a different but equally valid distribution (see issue #131).
- Added
\value documentation to all functions missing return value descriptions
- Updated
inst/CITATION to use bibentry() / c(person()) (replacing deprecated citEntry() / personList())
- Fixed
scrape_wahlrecht() example to not use internal ::: accessor
- Replaced
\dontrun{} with \donttest{} in examples requiring internet access
- Fixed redirected and broken URLs in README
Added/fixed scrappers for German state elections
- fixes CRAN errors (due to change in data structure at wahlrecht.de)
- fix CRAN errors
- fixes error introduced by dependencies (see #132)
- fixed a Bug in
dHondt function (see #130)
- fixed scrapper for austrian general election #110
- added more federal election scrappers #113
- documentation updates
- Fixed scrapper for federal German “Hessen” election
- Fixed tests
- Add scrapers for federal German “Hessen” election
- Update HP with new
pkgdown version
- Added reference to Description and examples to functions as per CRAN request
- Added federal Bavarian election scrapers
- Major overhaul
- More robust functions, more tests
- Most functions comply with tidyverse
- Improved documentation, added vignettes, created homepage (via
pkgdown)