-
-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/issue-137-print-improvements #477
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
base: main
Are you sure you want to change the base?
Conversation
Unit Tests Summary 1 files 197 suites 51s ⏱️ Results for commit a8b7e6d. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 9adb7bf ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: bb5a6b1 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Hi @kimjj93 ! Before we review, can you resolve the merge conflict and also outline all the changes to the print method (user facing), and give a brief outline of how you went about making that change? |
Signed-off-by: James J. Kim <[email protected]>
Hi @ddsjoberg - based on the #137, I added the width option to read from the env. |
What changes are proposed in this pull request?
NEWS.md
. (#, @)Provide more detail here as needed.
Reference GitHub issue associated with pull request. e.g., 'closes #'
Pre-review Checklist (if item does not apply, mark is as complete)
usethis::pr_merge_main()
devtools::test_coverage()
Reviewer Checklist (if item does not apply, mark is as complete)
pkgdown::build_site()
. Check the R console for errors, and review the rendered website.devtools::test_coverage()
When the branch is ready to be merged:
NEWS.md
with the changes from this pull request under the heading "# cards (development version)
". If there is an issue associated with the pull request, reference it in parentheses at the end update (seeNEWS.md
for examples).Optional Reverse Dependency Checks:
Install
checked
withpak::pak("Genentech/checked")
orpak::pak("checked")