You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Updated tm_t_abnormality due to changes in count_abnormal that abnormal argument is taking list as input now.
Changed the tm_g_pp_patient_timeline parameter, cmtrt, to cmdecod.
New features
New module tm_t_abnormality_by_worst_grade was added for the analysis of laboratory test results with highest grade post-baseline.
Enhanced tm_t_ancova to include selected parameter(s), visit(s) and the analysis variable in title of the table.
New module tm_g_lineplot was added for creating line plots.
Enhanced tm_t_logistic to include selected parameter in title of the table.
Enhanced tm_g_forest_rsp to include selected parameter in title of the table.
Enhanced tm_g_forest_tte to include selected parameter in title of the table.
Enhanced tm_g_pp_patient_timeline with bold axes labels and integer values on the axis.
Enhanced tm_g_ipp to allow users not to display AVALU in the title nor in the y axis.
Enhancements
Added support for logging with the logger package and added info level logs upon initialization of a module.
Added default_responses argument to tm_t_binary_outcome and tm_g_forest_rsp to allow the user to specify default selected responses and possible response levels.
Updated tm_t_binary_outcome to show only the selected responses in the output table when "Show All Selected Response Categories" is checked.
Added rsp_table argument to tm_t_binary_outcome to allow the user to initialize the module matching the RSPT01 STREAM template.
Added support for custom arguments for ggplot2::labs and ggplot2::theme in plot based modules.
Added support for custom arguments for rtables::basic_table in table based modules.
Updated tm_t_binary_outcome to enable an option to apply a continuity correction in the Wilson method.
Miscellaneous
Updated R version requirement to >= 3.6.
Refactored calls to the defunct teal.devel::data_extract_input into calls to its replacement teal.devel::data_extract_ui.
Updated modules to use new data_merge_module interface provided by teal.devel and removed usage of the now deprecated function teal.devel::get_input_order.
Updated tm_t_binary_outcome module to add a template and removed the now deprecated module tm_t_rsp.
Removed utils.nest dependency and replaced calls with checkmate equivalents.
Bug Fixes
Fixed bug in tm_g_pp_therapy where if the cmstdy or cmendy argument is of type integer causes the plot to crash.