Skip to content

Commit

Permalink
[skip vbump] release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 2, 2023
1 parent c67e761 commit 584c7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand All @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 584c7b0

Please sign in to comment.