-
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
Long vector support #916
Comments
@lionel-: What should the behavior be for dput(vctrs::new_data_frame(list(a = 1:10), n = -10L))
#> structure(list(a = 1:10), class = "data.frame", row.names = integer(0)) Created on 2021-08-06 by the reprex package (v2.0.0.9000) ? |
This looks like a bug? Negative |
This was referenced Oct 24, 2021
Merged
krlmlr
added a commit
that referenced
this issue
Oct 24, 2021
- `new_tibble()` checks that the `nrow` argument is nonnegative and less than 2^31 (#916).
krlmlr
added a commit
that referenced
this issue
Mar 2, 2022
tibble 3.1.6 - `set_num_opts()` and `set_char_opts()` are reexported from pillar (#959). - `view()` uses `rlang::expr_deparse(width = Inf)` to avoid errors with long `|>` pipes (#957). - `new_tibble()` checks that the `nrow` argument is nonnegative and less than 2^31 (#916). - `tbl_sum.tbl_df()` has an ellipsis in its formals for extensibility.
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.
is currently unavailable. We should give a clear error message.
Created on 2021-07-29 by the reprex package (v2.0.0.9000)
The text was updated successfully, but these errors were encountered: