-
Notifications
You must be signed in to change notification settings - Fork 66
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_c(<empty named>, <empty named>) -> empty unnamed #1263
Comments
Names are not part of the common type so I'm not sure this is the expected behaviour. |
Common types don't have names, but as Davis points out this should still be named since we lazily alloc names for the output if any of the inputs are named. |
DavisVaughan
added a commit
to DavisVaughan/vctrs
that referenced
this issue
Sep 17, 2020
DavisVaughan
added a commit
to DavisVaughan/vctrs
that referenced
this issue
Sep 22, 2020
DavisVaughan
added a commit
that referenced
this issue
Sep 22, 2020
This was referenced Sep 22, 2020
romainfrancois
added a commit
to tidyverse/dplyr
that referenced
this issue
Oct 13, 2020
romainfrancois
added a commit
to tidyverse/dplyr
that referenced
this issue
Oct 14, 2020
* `across()` handles data frames with 0 columns closes #5523 * additional comment now that r-lib/vctrs#1263 is on dev vctrs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would expect
vec_c(x, x)
to be named here. I believe this is the cause of tidyverse/dplyr#5523Created on 2020-09-17 by the reprex package (v0.3.0.9001)
Session info
The text was updated successfully, but these errors were encountered: