From 584c7b0f635e82c8bc1cdc9682a37c8c3ddd6c31 Mon Sep 17 00:00:00 2001 From: Melkiades Date: Mon, 2 Oct 2023 12:13:16 +0200 Subject: [PATCH] [skip vbump] release v0.9.1 --- DESCRIPTION | 6 +++--- NEWS.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ffe1b8388..7ae4a4cd9e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tern Title: Create Common TLGs Used in Clinical Trials -Version: 0.9.0.9008 +Version: 0.9.1 Date: 2023-10-02 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), @@ -21,7 +21,7 @@ URL: https://github.com/insightsengineering/tern BugReports: https://github.com/insightsengineering/tern/issues Depends: R (>= 3.6), - rtables (>= 0.6.3) + rtables (>= 0.6.4) Imports: broom, car, @@ -30,7 +30,7 @@ Imports: dplyr, emmeans (>= 1.4.5), forcats (>= 1.0.0), - formatters (>= 0.5.2), + formatters (>= 0.5.3), ggplot2 (>= 3.4.0), grid, gridExtra, diff --git a/NEWS.md b/NEWS.md index 0d5ce2a72c..52151a4822 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tern 0.9.0.9008 +# tern 0.9.1 ### New Features * Added `imputation_rule` function to apply imputation rule to data. * Added new format function `format_sigfig` to allow for numeric value formatting by a specified number of significant figures.