v0.9.2
insights-engineering-bot
released this
20 Oct 10:44
·
241 commits
to main
since this release
New Features
- Added the
na_str
argument toanalyze
&summarize_row_groups
wrapper functionscount_abnormal
,count_abnormal_by_baseline
,count_abnormal_by_marked
,count_abnormal_by_worst_grade
,count_abnormal_lab_worsen_by_baseline
,count_cumulative
,count_missed_doses
,count_occurrences
,count_occurrences_by_grade
,summarize_occurrences_by_grade
,summarize_patients_events_in_cols
,count_patients_with_event
,count_patients_with_flags
,count_values
,estimate_multinomial_response
,estimate_proportion
,h_tab_one_biomarker
,estimate_incidence_rate
,logistic_summary_by_flag
,estimate_odds_ratio
,estimate_proportion_diff
,test_proportion_diff
,summarize_ancova
,summarize_change
,summarize_glm_count
,summarize_num_patients
,analyze_num_patients
,summarize_patients_exposure_in_cols
,coxph_pairwise
,tabulate_survival_subgroups
,surv_time
, andsurv_timepoint
.
Enhancements
- Added formatting function
format_count_fraction_lt10
for formattingcount_fraction
with special consideration when count is less than 10. - Updated
s_summary.logical
output forcount_fraction
when denominator is zero to display asNA
instead of0
in tables. - Updated
analyze_vars_in_cols
to allow character input to indicate whether nominal time point is post-dose or pre-dose when applying the 1/3 imputation rule.
Bug Fixes
- Fixed bug in
g_km
causing an error when converting certain annotation width units.
Miscellaneous
- Began deprecation of
na_level
argument ins_count_abnormal_by_baseline
,a_summary
,analyze_vars
,analyze_vars_in_cols
,compare_vars
,h_map_for_count_abnormal
,h_stack_by_baskets
,summarize_colvars
,a_coxreg
, andsummarize_coxreg
and replaced it with thena_str
argument.
What's Changed
- Add formatting function with special case when count less than 10 by @edelarua in #1075
- Expose
na_str
argument in analyze/summarize functions by @edelarua in #1071 - Fix
s_summary
return for empty logical vectors by @edelarua in #1079 - Fixes after refactor of string wrapping by @edelarua in #1080
- Fix
g_km
unit conversion bug by @edelarua in #1082 - 1086 update plot snaps@main by @ayogasekaram in #1089
- Update logo by @edelarua in #1091
- Fix logo sizing on pkgdown site by @edelarua in #1093
- Update
analyze_vars _in_cols
to allow non-numeric nominal timepoint variable by @edelarua in #1095 - update g_lineplot with cohort param. by @ayogasekaram in #1078
- Fix integration for version 9.1 by @Melkiades in #1097
- Revert failing
g_km
snapshot test by @edelarua in #1101 - remove
USUBJID
hard coding by @ayogasekaram in #1099 - Fix all lint by @edelarua in #1104
- [skip vbump] Release Candidate 0.9.2 by @Melkiades in #1107
Full Changelog: v0.9.1...v0.9.2