diff --git a/DESCRIPTION b/DESCRIPTION index a493fb1e20..afdab1dd7a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal Title: Exploratory Web Apps for Analyzing Clinical Trials Data -Version: 0.15.2.9084 -Date: 2024-11-08 +Version: 0.15.2.9085 +Date: 2024-11-11 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), @@ -37,7 +37,7 @@ BugReports: https://github.com/insightsengineering/teal/issues Depends: R (>= 4.0), shiny (>= 1.8.1), - teal.data (>= 0.6.0.9015), + teal.data (>= 0.6.0.9017), teal.slice (>= 0.5.1.9009) Imports: checkmate (>= 2.1.0), @@ -49,7 +49,7 @@ Imports: rlang (>= 1.0.0), shinyjs, stats, - teal.code (>= 0.5.0.9012), + teal.code (>= 0.5.0.9015), teal.logger (>= 0.2.0), teal.reporter (>= 0.3.1.9004), teal.widgets (>= 0.4.0), diff --git a/NEWS.md b/NEWS.md index acb4cd9891..588ad00df8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal 0.15.2.9084 +# teal 0.15.2.9085 ### New features @@ -15,7 +15,7 @@ `datanames` one should modify `module$datanames`. * The `landing_popup_module()` needs to be passed as the `landing_popup` argument of `init` instead of being passed as a module of the `modules` argument of `init`. * `teal` no longer re-export `%>%`. Please load `library(magrittr)` instead or use `|>` from `base`. -* `module(server)` argument does not accept the `datasets` argument. +* `module(server)` parameter does not accept the `datasets` argument. ### Enhancement