We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
list_c()
purrr:::list_c(list(a = 1:2, b = 1:3)) #> Error in `list_unchop()`: #> ! Can't merge the outer name `a` with a vector of length > 1. #> Please supply a `.name_spec` specification. #> Backtrace: #> ▆ #> 1. ├─purrr:::list_c(list(a = 1:2, b = 1:3)) #> 2. │ └─vctrs::list_unchop(x, ptype = ptype, error_call = current_env()) #> 3. └─rlang::abort(message = message)
Created on 2022-11-05 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
Test naming behaviour for combiners
6e1fc4c
Fixes #997
Test naming behaviour for combiners (#998)
aaaa58a
Cf from #1064 (comment), could list_c() gain name_spec instead, or a better solution exists.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Created on 2022-11-05 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: