-
Notifications
You must be signed in to change notification settings - Fork 220
Enable remaining cols_* for gt_group objects #2013
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
Conversation
Thank you @shannonhaughton for this PR! We'll get to reviewing it soon but since it is substantially larger than your last PR it'll likely take more time to get through it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@olivroy this looks okay to me other than some code formatting, which could be resolved in a later PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree!
Summary
In this pr I have applied
apply_to_grp
to the remaining cols_* functions to enable them for gt_group objectsNote:
The expect_indentical didn't like the nanoplot output - a problem with tidyselect. I've commented that out incase it gets fixed in future (in testthat or Waldo), and tested that function slightly differently.
Related GitHub Issues and PRs
Checklist
testthat
unit tests totests/testthat
for any new functionality.