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
I expect 1 row, 0 cols:
vctrs::vec_cbind(vctrs::new_data_frame(n = 1L), vctrs::new_data_frame(n = 1L)) #> data frame with 0 columns and 0 rows
Created on 2020-10-16 by the reprex package (v0.3.0.9001)
Comes up in tune where i make pretty heavy usage of zero col data frames
The text was updated successfully, but these errors were encountered:
I think we just need to pass Rf_ScalarInteger(nrow) through here instead of R_NilValue
Rf_ScalarInteger(nrow)
R_NilValue
vctrs/src/bind.c
Line 480 in e1d02ed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I expect 1 row, 0 cols:
Created on 2020-10-16 by the reprex package (v0.3.0.9001)
Comes up in tune where i make pretty heavy usage of zero col data frames
The text was updated successfully, but these errors were encountered: