Open
Conversation
- Remove scrape_austria() and pool_austria() (no longer maintained) - Remove unused dependencies (RCurl, jsonlite) - Replace deprecated tidyverse functions: one_of -> any_of, gather -> pivot_longer, mutate_at/summarize_at/filter_at -> across/if_all, select_if -> where - Fix get_superior() doc typo (stirng -> string) - Fix pivot_longer row ordering in sls()/dHondt() for rle compatibility - Fix group_by/arrange with quoted strings in get_seats() - Fix vignettes (flatten_df -> bind_rows, bare unnest -> explicit cols) - Update examples and tests for new surveys_sample data - Add .claude and .github to .Rbuildignore - Add rhub GitHub Actions workflow
- Replace old-style citEntry()/personList() with bibentry()/c(person()) - Remove dead Travis-CI and AppVeyor badge links - Update codecov URL (301 redirect) - Replace twitter.com with x.com (301 redirect) - Remove dead koala.stat.uni-muenchen.de link - Remove Austria references from README - Fix bare unnest() calls in README examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
one_of→any_of,gather→pivot_longer,mutate_at/summarize_at/filter_at→across/if_all,select_if(compose(...))→select(where(...)))scrape_austria,pool_austria) and all AT referencespivot_longerrow ordering issue in seat distribution algorithms (sls/dHondt)group_by("sim")→group_by(.data$sim)inget_seatsRCurl,jsonlite)surveys_sampledata structureflatten_df→bind_rows, bareunnest()→ explicit column spec)Test plan
R CMD checkpasses with 0 errors, 0 warnings, 1 note (only "unable to verify current time")🤖 Generated with Claude Code