Skip to content

Commit

Permalink
update (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Aug 14, 2023
1 parent beac4e2 commit 1fd76e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.modules.clinical
Title: Teal Modules for Standard Clinical Outputs
Version: 0.8.15.9018
Version: 0.8.16
Date: 2023-08-10
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -25,8 +25,8 @@ URL: https://github.com/insightsengineering/teal.modules.clinical
BugReports:
https://github.com/insightsengineering/teal.modules.clinical/issues
Depends:
R (>= 3.6),
teal (>= 0.13.0),
R (>= 4.0),
teal (>= 0.14.0),
tern (>= 0.8.2)
Imports:
assertthat,
Expand All @@ -52,11 +52,11 @@ Imports:
shinyWidgets,
stats,
styler,
teal.code (>= 0.3.0),
teal.code (>= 0.4.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.transform (>= 0.3.0),
teal.widgets (>= 0.3.0),
teal.reporter (>= 0.2.0),
teal.transform (>= 0.4.0),
teal.widgets (>= 0.4.0),
tern.gee (>= 0.1.0),
tern.mmrm (>= 0.2.1),
tidyr,
Expand All @@ -67,7 +67,7 @@ Suggests:
knitr,
lubridate,
nestcolor (>= 0.1.0),
teal.data (>= 0.1.2),
teal.data (>= 0.3.0),
testthat (>= 3.0)
VignetteBuilder:
knitr
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.clinical 0.8.15.9018
# teal.modules.clinical 0.8.16

### Enhancements
* Added more informative error message when grade mapping error occurs in `tm_t_abnormality_by_worst_grade`.
Expand Down

0 comments on commit 1fd76e0

Please sign in to comment.