Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.modules.general
Title: General Modules for 'teal' Applications
Version: 0.4.1.9020
Version: 0.5.0
Date: 2025-08-20
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -27,8 +27,8 @@ Depends:
ggplot2 (>= 3.4.0),
R (>= 4.1),
shiny (>= 1.8.1),
teal (>= 0.16.0.9008),
teal.transform (>= 0.6.0.9002)
teal (>= 1.0.0),
teal.transform (>= 0.7.0)
Imports:
bslib (>= 0.8.0),
checkmate (>= 2.1.0),
Expand Down Expand Up @@ -59,10 +59,10 @@ Imports:
stats,
stringr (>= 1.4.1),
teal.code (>= 0.7.0),
teal.data (>= 0.7.0),
teal.data (>= 0.8.0),
teal.logger (>= 0.4.0),
teal.reporter (>= 0.5.0),
teal.widgets (>= 0.4.3.9005),
teal.widgets (>= 0.5.0),
tern (>= 0.9.7),
tibble (>= 2.0.0),
tidyr (>= 0.8.3),
Expand All @@ -83,10 +83,6 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/teal.transform@main,
insightsengineering/teal.widgets@main,
insightsengineering/teal@main
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
rstudio/shiny, insightsengineering/teal,
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,
Expand Down
11 changes: 6 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.general 0.4.1.9020
# teal.modules.general 0.5.0

### Breaking changes

Expand All @@ -8,19 +8,20 @@
### Bug fixes

- Fixed "Add to Report" functionality in `tm_outliers`, `tm_missing_data` and `tm_g_distribution` modules (#899 and #897).
- Fixes a bug in `tm_outliers` that fails when data has no join keys (#650).

### Miscellaneous
### Enhancements

- Improved the layout and appearance of the app using `bslib` components.
- Fixed deprecation warning for `tern::stack_grobs` in `tm_g_association` (#903).
- Allow search feature in `tm_file_viewer` (#152).
- Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)

# teal.modules.general 0.4.1

### Bug fixes
* Fixes output is not updated when filter is added for the modules: `tm_a_pca`, `tm_a_regression`, `tm_g_scatterplot`, `tm_g_association`, `tm_g_bivariate`, `tm_g_distribution`, `tm_g_response`, `tm_t_crosstable` (#870)

### Enhancements
* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)

# teal.modules.general 0.4.0

### Enhancements
Expand Down
Loading