insights-engineering-bot
released this
27 Apr 23:51
·
61 commits
to main
since this release
Enhancements
- Updated
tm_g_forest_rsp
andtm_g_forest_tte
to use refactored version ofg_forest
. Plots are now displayed asggplot
objects instead ofgrob
objects. Added parametersfont_size
andrel_width_forest
to control font size and width of plot relative to table, respectively. - Updated
tm_t_summary_by
to allowNULL
input toparamcd
argument. - Updated
tm_g_km
to use refactored version ofg_km
. Plots are now displayed asggplot
objects instead ofgrob
objects. Added parametersrel_height_plot
,font_size
,control_annot_surv_med
, andcontrol_annot_coxph
to control height of plot relative to table, font size, median survival time table size, and Cox-PH table size, respectively. - Added the
control
argument totm_t_binary_outcome
to control settings for the analysis (methods, confidence intervals, and odds ratios) within the module.
Miscellaneous
- Replaced instances of deprecated
na_level
argument totern
functions withna_str
. - Replaced argument/list element name
strata
instead ofstrat
in alltern
function calls following the deprecation of this argument/name withintern
. - Removed
formatters
from dependencies and replaced the use of its functions relating to variable labels with functions fromteal.data
.
What's Changed
- 1077 remove
formatters
by @chlebowa in #1079 - Re-add
g_forest
updates by @edelarua in #925 - Allow
NULL
paramcd
value intm_t_summary_by
by @edelarua in #1083 - Replace instances of deprecated
na_level
withna_str
by @edelarua in #1088 - Update use of deprecated
strat
argument fromtern
by @edelarua in #1081 - Strict tests by @pawelru in #985
- disable total column if not in parallel by @pawelru in #1087
- Cleanup of
# nolint
comments by @averissimo in #1091 - Update snapshots to fix tests by @edelarua in #1093
- 52 standardise optional notation by @kartikeyakirar in #1094
- register teal.logger handlers; replace log_info with message by @pawelru in #1010
- 445 unify html tags by @kartikeyakirar in #1098
- Update
tm_g_km
afterg_km
refactor by @edelarua in #1107 - Update DESCRIPTION by @shajoezhu in #1109
- Replace use of deprecated
control_summarize_vars
by @edelarua in #1115 - Rename output IDE to prevent DOM conflicts by @averissimo in #1114
- run examples using shinytest2 by @pawelru in #983
- error=T, purl=F in expected errors in vignettes by @pawelru in #1117
- checking aligning to the latest versions by @shajoezhu in #1118
- remove stop() in test-examples.R by @pawelru in #1121
- Update DESCRIPTION by @shajoezhu in #1123
- Adds
TealAppDriver
andskip_if_too_deep
for e2e testing by @averissimo in #1124 - Expose
control
argument intm_t_binary_outcome
by @edelarua in #1110 - Wave 1 -
tm_a_gee
shinytests by @m7pr in #1127 - Revert "Wave 1 -
tm_a_gee
shinytests (#1127)" by @vedhav in #1140 - [skip vbump] preping for cran release by @shajoezhu in #1147
Full Changelog: v0.9.0...v0.9.1