Skip to content

Commit e330270

Browse files
authored
Merge branch 'main' into fix_scheduled_jobs
2 parents 09929eb + 9ab175a commit e330270

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

DESCRIPTION

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.4.1.9020
4+
Version: 0.5.0.9000
55
Date: 2025-08-20
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -27,8 +27,8 @@ Depends:
2727
ggplot2 (>= 3.4.0),
2828
R (>= 4.1),
2929
shiny (>= 1.8.1),
30-
teal (>= 0.16.0.9008),
31-
teal.transform (>= 0.6.0.9002)
30+
teal (>= 1.0.0),
31+
teal.transform (>= 0.7.0)
3232
Imports:
3333
bslib (>= 0.8.0),
3434
checkmate (>= 2.1.0),
@@ -59,10 +59,10 @@ Imports:
5959
stats,
6060
stringr (>= 1.4.1),
6161
teal.code (>= 0.7.0),
62-
teal.data (>= 0.7.0),
62+
teal.data (>= 0.8.0),
6363
teal.logger (>= 0.4.0),
6464
teal.reporter (>= 0.5.0),
65-
teal.widgets (>= 0.4.3.9005),
65+
teal.widgets (>= 0.5.0),
6666
tern (>= 0.9.7),
6767
tibble (>= 2.0.0),
6868
tidyr (>= 0.8.3),
@@ -83,10 +83,6 @@ Suggests:
8383
VignetteBuilder:
8484
knitr,
8585
rmarkdown
86-
Remotes:
87-
insightsengineering/teal.transform@main,
88-
insightsengineering/teal.widgets@main,
89-
insightsengineering/teal@main
9086
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
9187
rstudio/shiny, insightsengineering/teal,
9288
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,

NEWS.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# teal.modules.general 0.4.1.9020
1+
# teal.modules.general 0.5.0.9000
2+
3+
# teal.modules.general 0.5.0
24

35
### Breaking changes
46

@@ -8,19 +10,20 @@
810
### Bug fixes
911

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

12-
### Miscellaneous
15+
### Enhancements
1316

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

1622
# teal.modules.general 0.4.1
1723

1824
### Bug fixes
1925
* 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)
2026

21-
### Enhancements
22-
* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)
23-
2427
# teal.modules.general 0.4.0
2528

2629
### Enhancements

0 commit comments

Comments
 (0)