Skip to content
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

interlaced values error when values are named #16

Closed
khusmann opened this issue Oct 12, 2024 · 0 comments
Closed

interlaced values error when values are named #16

khusmann opened this issue Oct 12, 2024 · 0 comments

Comments

@khusmann
Copy link
Owner

z <- interlaced(c(a=1, b=2, c=-99), c(-99))
# Error in `new_interlaced()`:
# ! attribute names in value vector conflicts with interlaced

vctrs::new_vctr preserves names attr -- need to exclude it from list when copying...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant