New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vec_order(<tibble>) -> using deprecated names<-.tbl_df #1298
Comments
romainfrancois
added a commit
to tidyverse/dplyr
that referenced
this issue
Mar 9, 2021
romainfrancois
added a commit
to tidyverse/dplyr
that referenced
this issue
Mar 9, 2021
clrpackages
pushed a commit
to clearlinux-pkgs/R-dplyr
that referenced
this issue
May 11, 2021
….0.6 Barret Schloerke (1): Readme.Rmd spelling of `Cheatsheet` -> `Cheat Sheet` (#5822) Ian Cook (1): Remove name argument from compute() generic (#5783) Katrin Leinweber (1): Correct typo in n_distinct title (#5807) Kirill Müller (1): URL Lionel Henry (19): Fix quosure handling in `group_by()` (#5814) Supply proper caller environments (#5824) Update snapshots for latest vctrs Follow style guide for lambda functions Fix semantics of `...` within top-level `across()` calls Use local dots to simplify logic Expand `across()` calls via `match.call()` Fix CMD check note about global variable Update rlang remote Don't expand `across()` calls with supplied dots Rename `expand_quosure()` to `expand_across()` Fix quosure propagation in `across()` Add example about timing of evaluation Fix data frame initialisation in `bind_rows()` (#5502) Use minimal name-repair for lists in `bind_rows()` Remove caching of `across()` selections (#5855) Inline lambdas in `across()` expansions (#5856) Expand `if_any()` and `if_all()` quosures Make expanded and unexpanded paths consistent Romain Francois (12): Increment version number news devtools::build_readme() devtools::check(remote = TRUE, manual = TRUE) revdep 2021-03-10 update cran-comments Delay `...` in `top_across()` calls NEWS polish revdep check 2021-04-22, 1.0.6 rc rvdep rc 1.0.6 updated cran-comments.md Increment version number Romain François (14): simplify redundant mutate() error message. (#5801) support for rowwise data frame with 0 rows and list columns. (#5805) simplify as r-lib/vctrs#1298 is now resolved (#5806) across() gains .call= so that we can control which call governs the caching. (#5793) transmute() forbids .keep, .after, .before (#5799) reset current column with top_across() (#5816) dplyr_col_select() preserving attributes for bare data.frames (#5833) using pillar::format_glimpse() (#5845) select() not creating duplicate variable on grouped data frames. (#5842) make add_count() generic (#5848) simplify error messages (#5843) Follow up to #5843, using input instead of column for ..{i} (#5858) Forbid ~predicates in `across/if_any/if_all(.cols = )` (#5847) expand_across() can access lexical scope. (#5863) Sebastian Lammers (1): typo: replace mean with sd (#5784)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
originally from tidyverse/dplyr#5622
Created on 2020-11-30 by the reprex package (v0.3.0.9001)
The text was updated successfully, but these errors were encountered: