Changes in version 0.6.27 (2026-05-08) - 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 tag to pipe.Rd - Replaced remaining \dontrun{} with \donttest{} in get_surveys() and scrape_ltw() examples - Removed commented-out code from get_surveys() example Changes in version 0.6.26 - 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 Changes in version 0.6.25 - Removed deprecated scrape_austria() function and Austria-related dependencies (RCurl, jsonlite) - Replaced deprecated one_of() with any_of() throughout - Replaced deprecated gather() with pivot_longer() - Replaced deprecated mutate_at(), summarize_at(), filter_at() with across()/if_all() - Replaced deprecated select_if() with where() - Fixed documentation typo in get_superior() (stirng -> string) - Fixed diagnostic vignette (flatten_df() -> bind_rows()) - Fixed pooling vignette (bare unnest() -> explicit column spec) Changes in version 0.6.24 (2022-08-17) Minor test fix Changes in version 0.6.23 (2022-05-02) Added/fixed scrappers for German state elections Changes in version 0.6.20 (2021-06-30) - fixes CRAN errors (due to change in data structure at wahlrecht.de) Changes in version 0.6.18 (2021-03-18) - fix CRAN errors - fixes error introduced by dependencies (see #132) - fixed a Bug in dHondt function (see #130) Changes in version 0.6.15 (2020-08-31) - fixes CRAN errors Changes in version 0.6.12 (2020-02-06) - fixes CRAN errors #119 (see also #118) - fixes scrapper function for GMS table #118 - changes nest/unnest usage to new tidyr syntax - some roxygen fixes Changes in version 0.6.9 - fixed scrapper for austrian general election #110 - added more federal election scrappers #113 - documentation updates Changes in version 0.6.5 (2018-10-06) - Fixed scrapper for federal German "Hessen" election - Fixed tests Changes in version 0.6.4 (2018-08-27) - Add scrapers for federal German "Hessen" election Changes in version 0.6.3 - Update HP with new pkgdown version Changes in version 0.6.2 (2018-03-15) - Added reference to Description and examples to functions as per CRAN request Changes in version 0.6.1 - Minor fixes after JOSS review, thx to Reviewer @fsolt - Updated homepage (via pkgdown ) - Added current JOSS badge Changes in version 0.6.0 - Added vignette on pooling Changes in version 0.5.7 - Added federal Bavarian election scrapers Changes in version 0.5.1 - Major overhaul - More robust functions, more tests - Most functions comply with tidyverse - Improved documentation, added vignettes, created homepage (via pkgdown)