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
Fixes part of #1381 and #1249 and #1390
---------
Signed-off-by: Davide Garolini <dgarolini@gmail.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emily de la Rua <emily.de_la_rua@contractors.roche.com>
Copy file name to clipboardExpand all lines: NEWS.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
# tern 0.9.7.9012
2
2
3
3
### Enhancements
4
-
* Refactored `count_abnormal()`, `count_abnormal_by_baseline()`, `count_abnormal_by_marked()`, `count_abnormal_by_worst_grade()`, `count_abnormal_lab_worsen_by_baseline()`, `coxph_pairwise()`, `estimate_multinomial_rsp()`, `estimate_proportion()`, `estimate_odds_ratio()`, `summarize_ancova()`, `summarize_glm_count()`, `summarize_num_patients()`, and `surv_timepoint()` to work without `make_afun()`.
4
+
* Refactored `count_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()`, `coxph_pairwise()`, `estimate_multinomial_rsp()`, `estimate_proportion()`, `estimate_proportion_diff()`, `estimate_odds_ratio()`, `summarize_ancova()`, `summarize_glm_count()`, `summarize_num_patients()`, `surv_timepoint()`, and `test_proportion_diff()` to work without `make_afun()`.
5
5
* Added `geom_sd` and `geom_mean_sd` to `s_summary()` default available statistics.
6
6
* Refactored `afun_riskdiff()`, `count_occurrences()`, `count_occurrences_by_grade()`, `count_patients_with_event()`, `count_patients_with_flags()`, `count_values()`, `estimate_incidence_rate()`, `h_tab_one_biomarker()`, `summarize_change()`, `summarize_colvars()`, `summarize_patients_exposure_in_cols()`, `survival_time()`, `tabulate_rsp_subgroups()`, `tabulate_survival_subgroups()`, `tabulate_rsp_biomarkers()`, and `tabulate_survival_biomarkers()` to align with new analysis function style.
7
+
* Converted `as_factor_keep_attributes()` to an exported function.
7
8
8
9
### Bug Fixes
9
10
* Fixed bug in `a_count_patients_with_flags()` preventing select custom label and indentation specification formats from being applied.
10
11
* Fixed bug in `tabulate_rsp_subgroups` and `tabulate_survival_subgroups` preventing the `pct` option from having an effect when adding a risk difference column.
11
12
* Fixed bug with the order of `.stats` when adding custom statistical functions.
13
+
* Fixed bug with multiple custom functions not being represented correctly as a list of output stats.
12
14
13
15
### Miscellaneous
14
16
* Removed internal function `ungroup_stats()` and replaced its usage with the `get_*_from_stats()` functions.
@@ -19,6 +21,8 @@
19
21
* Began deprecation of the no longer used helper functions `h_tab_one_biomarker()`, `h_tab_rsp_one_biomarker()`, and `h_tab_surv_one_biomarker()`.
20
22
* Moved helper functions `h_tab_rsp_one_biomarker()` and `h_tab_surv_one_biomarker()` into `h_biomarkers_subgroups.R`.
21
23
* Updated documentation to remove suggestions to use `make_afun()`.
24
+
* Reorganized the utility documentation related to factors (`utils_factor.R`) into a single file.
25
+
* Removed `s_count_nonmissing()` as it is a non-repeated small and internal function.
0 commit comments