-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update inner names when updating #738
Comments
krlmlr
added a commit
that referenced
this issue
Mar 20, 2020
This needs |
krlmlr
added a commit
to r-lib/vctrs
that referenced
this issue
Jul 6, 2020
Needed for: - tidyverse/tibble#797 - tidyverse/tibble#738 - tidyverse/tibble#730 and perhaps more.
krlmlr
added a commit
to r-lib/vctrs
that referenced
this issue
Jul 6, 2020
Needed for: - tidyverse/tibble#797 - tidyverse/tibble#738 - tidyverse/tibble#730 and perhaps more.
lionel-
pushed a commit
to r-lib/vctrs
that referenced
this issue
Jul 6, 2020
Won't fix: x <- c(a = 1, b = 2)
x[1] <- c(c = 3)
x
#> a b
#> 3 2 Created on 2021-07-29 by the reprex package (v2.0.0.9000) |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The second example should update inner names, the first should leave as is.
Upstream: r-lib/vctrs#935.
Created on 2020-03-20 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: