Skip to content

Prepare v0.6.25 for CRAN resubmission#143

Open
adibender wants to merge 2 commits intomasterfrom
cran-resubmission-v0.6.25
Open

Prepare v0.6.25 for CRAN resubmission#143
adibender wants to merge 2 commits intomasterfrom
cran-resubmission-v0.6.25

Conversation

@adibender
Copy link
Owner

Summary

  • Replace all deprecated tidyverse functions (one_ofany_of, gatherpivot_longer, mutate_at/summarize_at/filter_atacross/if_all, select_if(compose(...))select(where(...)))
  • Remove unmaintained Austria scraper (scrape_austria, pool_austria) and all AT references
  • Fix pivot_longer row ordering issue in seat distribution algorithms (sls/dHondt)
  • Fix pre-existing bug: group_by("sim")group_by(.data$sim) in get_seats
  • Remove unused dependencies (RCurl, jsonlite)
  • Update tests and examples for current surveys_sample data structure
  • Fix vignettes (flatten_dfbind_rows, bare unnest() → explicit column spec)
  • Bump version to 0.6.25

Test plan

  • R CMD check passes with 0 errors, 0 warnings, 1 note (only "unable to verify current time")
  • win-builder results (submitted to R-devel and R-release, awaiting email)
  • R-hub checks via GitHub Actions
  • Submit to CRAN via https://cran.r-project.org/submit.html

🤖 Generated with Claude Code

- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant