Conversation
Contributor
|
✅ All contributors have signed the CLA |
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Melkiades
reviewed
Feb 13, 2026
Contributor
Unit Tests Summary 1 files 81 suites 1m 53s ⏱️ Results for commit f144ce7. ♻️ This comment has been updated with latest results. |
Contributor
Unit Test Performance Difference
Additional test case details
Results for commit f957636 ♻️ This comment has been updated with latest results. |
Contributor
Code Coverage SummaryDiff against mainResults for commit: f144ce7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Melkiades
reviewed
Feb 19, 2026
BFalquet
commented
Feb 19, 2026
Melkiades
reviewed
Feb 19, 2026
BFalquet
commented
Feb 19, 2026
BFalquet
commented
Feb 19, 2026
Melkiades
reviewed
Feb 27, 2026
Melkiades
reviewed
Feb 27, 2026
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
shajoezhu
approved these changes
Mar 2, 2026
Contributor
shajoezhu
left a comment
There was a problem hiding this comment.
approve to unblock merging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new feature for generating line plots with summary statistics tables, along with supporting helper functions and documentation. The main additions are the
g_lineplot(),g_lineplot_table(), andpreprocess_lineplot_data()functions, which streamline the process of visualizing and summarizing numeric data in clinical trial datasets. The changes also include updates to documentation, package dependencies, and exports to ensure these new features are accessible and well-documented.New Line Plot Functionality:
g_lineplot()for creating line plots from pre-calculated statistics, supporting stratification, error bars, and customization of colors and line types.g_lineplot_table()for generating a ggplot-formatted table to display summary statistics beneath the main plot.preprocess_lineplot_data()to clean, expand, join, and compute summary statistics from raw data, preparing it for plotting.Helper Functions and Documentation:
calc_stats()for calculating N, mean, standard deviation, and confidence intervals for a numeric vector, with full documentation and examples. [1] [2]Package Infrastructure Updates:
NAMESPACEandDESCRIPTION, including dependency version bump forscales. [1] [2] [3] [4] [5]inst/WORDLISTto include relevant terminology for clinical trial and plotting contexts. [1] [2]