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.
diff --git a/vignettes/images/app-teal-modules-general.png b/vignettes/images/app-teal-modules-general.png
index e48bcc989..de4995f95 100644
Binary files a/vignettes/images/app-teal-modules-general.png and b/vignettes/images/app-teal-modules-general.png differ
diff --git a/vignettes/images/app-using-association-plot.png b/vignettes/images/app-using-association-plot.png
index 682c1d659..1d3bd30a0 100644
Binary files a/vignettes/images/app-using-association-plot.png and b/vignettes/images/app-using-association-plot.png differ
diff --git a/vignettes/images/app-using-bivariate-plot.png b/vignettes/images/app-using-bivariate-plot.png
index 4b66e480c..8ff4ffcca 100644
Binary files a/vignettes/images/app-using-bivariate-plot.png and b/vignettes/images/app-using-bivariate-plot.png differ
diff --git a/vignettes/images/app-using-cross-table.png b/vignettes/images/app-using-cross-table.png
index 3dcc0f976..c82cd0eef 100644
Binary files a/vignettes/images/app-using-cross-table.png and b/vignettes/images/app-using-cross-table.png differ
diff --git a/vignettes/images/app-using-data-table.png b/vignettes/images/app-using-data-table.png
index 9baec5584..375da7330 100644
Binary files a/vignettes/images/app-using-data-table.png and b/vignettes/images/app-using-data-table.png differ
diff --git a/vignettes/images/app-using-outliers-module.png b/vignettes/images/app-using-outliers-module.png
index 998b9f0f3..7ed06ca8e 100644
Binary files a/vignettes/images/app-using-outliers-module.png and b/vignettes/images/app-using-outliers-module.png differ
diff --git a/vignettes/images/app-using-regression-plots.png b/vignettes/images/app-using-regression-plots.png
index e66bd0546..da57cbc9d 100644
Binary files a/vignettes/images/app-using-regression-plots.png and b/vignettes/images/app-using-regression-plots.png differ
diff --git a/vignettes/images/app-using-response-plot.png b/vignettes/images/app-using-response-plot.png
index d53fe5740..797e2ae33 100644
Binary files a/vignettes/images/app-using-response-plot.png and b/vignettes/images/app-using-response-plot.png differ
diff --git a/vignettes/images/app-using-scatterplot-matrix.png b/vignettes/images/app-using-scatterplot-matrix.png
index 703677109..afb07b49a 100644
Binary files a/vignettes/images/app-using-scatterplot-matrix.png and b/vignettes/images/app-using-scatterplot-matrix.png differ
diff --git a/vignettes/images/app-using-scatterplot.png b/vignettes/images/app-using-scatterplot.png
index b2e4d92b3..3a665e46a 100644
Binary files a/vignettes/images/app-using-scatterplot.png and b/vignettes/images/app-using-scatterplot.png differ
diff --git a/vignettes/using-association-plot.Rmd b/vignettes/using-association-plot.Rmd
index c1f439e69..84dcb31e7 100644
--- a/vignettes/using-association-plot.Rmd
+++ b/vignettes/using-association-plot.Rmd
@@ -301,4 +301,4 @@ A simple `shiny::shinyApp()` call will let you run the app. Note that app is onl
shinyApp(app$ui, app$server, options = list(height = 1024, width = 1024))
```
-
+