diff --git a/DESCRIPTION b/DESCRIPTION index 5cb742e42..bf1fc3485 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: teal.modules.general Title: General Modules for 'teal' Applications -Version: 0.2.16.9030 +Version: 0.3.0 Date: 2024-03-01 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), @@ -20,15 +20,15 @@ Description: Prebuilt 'shiny' modules containing tools for viewing data, License: Apache License 2.0 URL: https://insightsengineering.github.io/teal.modules.general/, https://github.com/insightsengineering/teal.modules.general/ -BugReports: +BugReports: https://github.com/insightsengineering/teal.modules.general/issues Depends: ggmosaic (>= 0.3.0), ggplot2 (>= 3.4.0), R (>= 3.6), shiny (>= 1.6.0), - teal (>= 0.14.0.9027), - teal.transform (>= 0.4.0.9011) + teal (>= 0.15.1), + teal.transform (>= 0.5.0) Imports: checkmate (>= 2.1.0), dplyr (>= 1.0.5), @@ -43,12 +43,12 @@ Imports: shinyWidgets (>= 0.5.1), stats, stringr (>= 1.4.1), - teal.code (>= 0.4.1.9009), - teal.data (>= 0.3.0.9018), + teal.code (>= 0.5.0), + teal.data (>= 0.5.0), teal.logger (>= 0.1.1), - teal.reporter (>= 0.2.0), + teal.reporter (>= 0.3.0), teal.widgets (>= 0.4.0), - tern (>= 0.7.10), + tern (>= 0.9.3), tibble (>= 2.0.0), tidyr (>= 0.8.3), tools, @@ -69,7 +69,7 @@ Suggests: MASS, nestcolor (>= 0.1.0), rlang (>= 1.0.0), - rtables (>= 0.5.1), + rtables (>= 0.6.6), sparkline, testthat (>= 3.0.4) VignetteBuilder: diff --git a/NEWS.md b/NEWS.md index 8fb7c0cfb..ca3946ca2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,28 +1,23 @@ -# teal.modules.general 0.2.16.9030 +# teal.modules.general 0.3.0 ### Enhancements - * Updated the package docs and vignettes with the new way of specifying data for `teal::init()`. The `data` argument will accept a `teal_data` object ### Bug fixes - * Outlier labels no longer appear out of bounds in `tm_a_regression`. * Fixed a bug in `tm_outliers` when changing the selected variable would cause a popup. ### Miscellaneous - * Removed `teal.slice` dependencies. * Specified minimal version of package dependencies. # teal.modules.general 0.2.16 ### Breaking changes - * Replaced `chunks` with simpler `qenv` class. * Replaced `datasets` argument containing `FilteredData` with the new arguments `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`). ### Enhancements - * Added `parent_dataname` argument to `tm_variable_browser` and `tm_missing_data` to allow specification of parent dataset for these modules. * Improved `UI` labels and plot panel title in `tm_g_association`. * Added inputs `tm_variable_browser` module for text size and plot theme. @@ -36,7 +31,6 @@ * Fixed a bug in `tm_variable_browser` when changing filters would reset the selected variable to the first on the list. ### Miscellaneous - * Removed `scda` package dependency from examples. * Replaced deprecated `ggplot2` functions `..count..`, `..density..` and `..prop..`. * Version bump on `forcats` dependency.