-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add ellipsis to tbl_sum(), type_sum(), obj_sum(), and size_sum() #250
Comments
This is likely to need a big release because it looks like all packages implementing |
Requires r-lib/rlang#1153. |
Do it in a branch after 1.6.0 release, revdep pillar + tibble + anything that reexports these generics, notify downstream maintainers.
|
revdepcheck runs:
It seems sufficient to merely add |
Reexported from tibble and dplyr. |
* Import pillar methods * Add ellipsis for r-lib/pillar#250. Co-authored-by: Max Kuhn <[email protected]>
This is too much effort for limited gain. Let's keep in mind always adding an ellipsis for new generics. |
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. |
so that actual row number can be passed to implementations.
After pillar 1.5.0 and after tibble removes
tbl_sum()
generic.The text was updated successfully, but these errors were encountered: