Davis Vaughan
Davis Vaughan
Branched from #7775 Part of https://github.com/tidyverse/tidyups/pull/30
Closes #6905 I've tried this out "for real" over here and it seems to work https://github.com/DavisVaughan/testbindrows This is a very special S3 generic because: - It's only argument in the...
``` "f75c7a05-db21-49a1-83cc-4d4f29f77bf4" ``` Looking like this is the newly affected set, plus or minus a few if Claude missed some (~50) ``` ## Defunct SE functions: `filter_()`, `select_()`, `mutate_()`, `summarise_()`,...
## Missing export: `dplyr::id` Packages using `dplyr::id` which is not exported. These packages get "no visible binding for global variable 'id'" errors. ``` Hi there, we are working on dplyr...
Some fodder removed from the function docs that could be better served in the vignette ## The 2x2 table | | Create a new column | Update an existing column...
Categorize revdep issues by rewriting `revdepcheck::cloud_report_checklist()` into something like https://github.com/tidyverse/dplyr/issues/7763 `````` --- name: categorize-revdep-issues description: Rewrite revdep/issue.md to group packages by common error categories --- # Categorize Reverse Dependency Issues...
See also https://github.com/nextest-rs/nextest/discussions/2253 where I cross posted to nextest many months ago. rust-analyzer has this nice little `Run Tests` button above a `mod` of tests: It also has `Run Test`...
Consider the following `df` with a df-col up front ```r col
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_tidyr.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...
Closes #1622