-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor g_km
#1210
Refactor g_km
#1210
Conversation
Code Coverage Summary
Diff against main
Results for commit: 69e1632 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 83 suites 1m 7s ⏱️ Results for commit 69e1632. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit f817de3 ♻️ This comment has been updated with latest results. |
Talking with Kartik yesterday, I saw that grob is used to produce reports in teal.report. It may be useful then to move towards removing this dep also there, as it is not maintained (right?). @kartikeyakirar fyi |
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.
looks really great! thanks @edelarua
Pull Request
Fixes #1167
I'm not sure if the
grob
-related functions are used in other places - if so we may not be able to deprecate them currently. If/when we remove all of these functions we should be able to remove the dependencies on packages grid, gridExtra, and gtable.