-
-
Notifications
You must be signed in to change notification settings - Fork 26
alter var_labels #1423
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
alter var_labels #1423
Conversation
Unit Tests Summary 1 files 85 suites 1m 26s ⏱️ Results for commit fc99acb. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit c82766c ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: fc99acb Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
Pull Request Overview
The PR adds a new parent_name
argument to several row-splitting calls in both survival and response subgroup functions, and updates the DESCRIPTION to pull in the latest rtables
via Remotes.
- Introduce
parent_name
insplit_rows_by
calls for clearer parent header labels - Update DESCRIPTION with
Remotes:
entry forinsightsengineering/rtables@main
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
R/survival_duration_subgroups.R | Added parent_name to split_rows_by blocks for content and analysis |
R/response_subgroups.R | Added parent_name to split_rows_by blocks for content and analysis |
DESCRIPTION | Inserted Remotes: pointing to insightsengineering/rtables@main |
Comments suppressed due to low confidence (2)
R/survival_duration_subgroups.R:364
- [nitpick] The label strings for
parent_name
vary in wording and case across these calls (e.g. "All Patients", "analysis rows", "All patient row"). Consider standardizing naming and capitalization (e.g. "All Patients" and "Analysis Rows") and applying it consistently to each occurrence.
parent_name = "All Patients"
DESCRIPTION:69
- The
Remotes:
field is indented, which may break the DESCRIPTION parser. Align it to the left margin (no leading spaces) like other top-level fields.
Remotes:
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.
Thanks a lot!
Pull Request
Fixes #1422