Skip to content

Commit 605f6cd

Browse files
authored
[skip vbump] Release Candidate 0.9.2 (#1107)
Fixes #1068
1 parent 995102a commit 605f6cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tern
22
Title: Create Common TLGs Used in Clinical Trials
3-
Version: 0.9.1.9014
3+
Version: 0.9.2
44
Date: 2023-10-19
55
Authors@R: c(
66
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
@@ -21,7 +21,7 @@ URL: https://github.com/insightsengineering/tern
2121
BugReports: https://github.com/insightsengineering/tern/issues
2222
Depends:
2323
R (>= 3.6),
24-
rtables (>= 0.6.4)
24+
rtables (>= 0.6.5)
2525
Imports:
2626
broom,
2727
car,
@@ -30,7 +30,7 @@ Imports:
3030
dplyr,
3131
emmeans (>= 1.4.5),
3232
forcats (>= 1.0.0),
33-
formatters (>= 0.5.3),
33+
formatters (>= 0.5.4),
3434
ggplot2 (>= 3.4.0),
3535
grid,
3636
gridExtra,

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tern 0.9.1.9014
1+
# tern 0.9.2
22

33
### New Features
44
* Added the `na_str` argument to `analyze` & `summarize_row_groups` wrapper functions `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`, `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`, and `surv_timepoint`.

0 commit comments

Comments
 (0)