-
Notifications
You must be signed in to change notification settings - Fork 417
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
Better error message for empty tidyselect quosure #1548
Labels
bug
an unexpected problem or unintended behavior
strings 🎻
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
Comments
Thanks for the report! Note to self: This occurs because Line 48 in c6c126a
Resulting in an Line 72 in c6c126a
I think we have two options:
|
This was referenced Jul 27, 2024
hi @DavisVaughan I will work in the second approach if that's fine |
catalamarti
added a commit
to catalamarti/tidyr
that referenced
this issue
Aug 15, 2024
DavisVaughan
pushed a commit
to catalamarti/tidyr
that referenced
this issue
Aug 27, 2024
DavisVaughan
added a commit
that referenced
this issue
Aug 27, 2024
* unite works for empty selections fixes #1548 * NEWS bullet * Tweak tests * A little modernization * Bah, whitespace --------- Co-authored-by: Davis Vaughan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
an unexpected problem or unintended behavior
strings 🎻
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
The following empty
tidyselect::all_of()
would have given an empty data frame indplyr::select()
but here gives a rather uninformative error. Perhaps a "Selection is empty.".Brief description of the problem
Created on 2024-04-15 with reprex v2.1.0
Session info
The text was updated successfully, but these errors were encountered: