Skip to content

Issues: tidyverse/dplyr

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

lifecycle::last_lifecycle_warnings() seems incompatible with dplyr warning handler bug an unexpected problem or unintended behavior
#6952 opened Nov 3, 2023 by DavisVaughan
When .unpack = TRUE, .names should delay its column name uniqueness check columns ↔️ Operations on columns: mutate(), select(), rename(), relocate() feature a feature request or enhancement
#6934 opened Oct 2, 2023 by DavisVaughan
The case for filter(.missing = NULL, .how = c("keep", "drop")) feature a feature request or enhancement rows ↕️ Operations on rows: filter(), slice(), arrange() verbs 🏃‍♀️
#6891 opened Jul 24, 2023 by DavisVaughan
Consider allowing .env$ in join_by() feature a feature request or enhancement tables 🧮 joins and set operations
#6822 opened Apr 13, 2023 by DavisVaughan
Reconsider re-exports from rlang breaking change ☠️ API change likely to affect existing code feature a feature request or enhancement rlang 🔬
#6802 opened Mar 21, 2023 by DavisVaughan
Can we improve on this across() error? feature a feature request or enhancement
#6712 opened Feb 10, 2023 by DavisVaughan
slice() and slice_head/tail/min/max() should act like a filter() not a reframe() bug an unexpected problem or unintended behavior rows ↕️ Operations on rows: filter(), slice(), arrange()
#6662 opened Jan 26, 2023 by DavisVaughan
mutate(.by_row =), reframe(.by_row =), and possibly filter(.by_row =) feature a feature request or enhancement
#6660 opened Jan 25, 2023 by DavisVaughan
filter(.missing = ) option to optionally retain missing values feature a feature request or enhancement rows ↕️ Operations on rows: filter(), slice(), arrange()
#6560 opened Nov 23, 2022 by DavisVaughan
nest_join() upgrades feature a feature request or enhancement tables 🧮 joins and set operations
#6497 opened Oct 11, 2022 by DavisVaughan
ProTip! Exclude everything labeled bug with -label:bug.