Skip to content

Commit dadb577

Browse files
authored
Merge branch 'main' into sparkline@main
2 parents 0b8c2f2 + df7d1a7 commit dadb577

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

.github/workflows/scheduled.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@ jobs:
6666
)
6767
name: R-hub 🌐
6868
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
69+
with:
70+
config: >-
71+
r-patched-linux-x86_64,
72+
r-release-linux-x86_64,
73+
r-devel-windows-x86_64,
74+
r-release-macos-arm64,
75+
r-release-macos-x86_64,
76+
r-release-windows-x86_64,
77+
r-oldrel-macos-arm64,
78+
r-oldrel-macos-x86_64,
79+
r-oldrel-windows-x86_64

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.3.0.9091
5-
Date: 2025-02-25
4+
Version: 0.4.0.9000
5+
Date: 2025-02-28
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -47,8 +47,8 @@ Imports:
4747
jsonlite (>= 1.8.9),
4848
lattice (>= 0.18-4),
4949
lifecycle (>= 0.2.0),
50-
MASS (>= 7.3-61),
51-
rtables (>= 0.6.8),
50+
MASS (>= 7.3-60),
51+
rtables (>= 0.6.11),
5252
scales (>= 1.3.0),
5353
shinyjs (>= 2.1.0),
5454
shinyTree (>= 0.2.8),
@@ -57,12 +57,12 @@ Imports:
5757
sparkline (>= 2.0),
5858
stats,
5959
stringr (>= 1.4.1),
60-
teal.code (>= 0.6.0),
60+
teal.code (>= 0.6.1),
6161
teal.data (>= 0.7.0),
62-
teal.logger (>= 0.3.1),
62+
teal.logger (>= 0.3.2),
6363
teal.reporter (>= 0.4.0),
6464
teal.widgets (>= 0.4.3),
65-
tern (>= 0.9.5),
65+
tern (>= 0.9.7),
6666
tibble (>= 2.0.0),
6767
tidyr (>= 0.8.3),
6868
tools,

NEWS.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# teal.modules.general 0.3.0.9091
1+
# teal.modules.general 0.4.0.9000
22

3-
* Removed `Show Warnings` modals from modules.
4-
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.
5-
* Soft deprecated `show_metadata` argument of `tm_front_page()` in favor of `datanames`.
6-
* Modules' Show R Code widgets include library calls and their code is styled with `styler` package (#847, #786).
3+
# teal.modules.general 0.4.0
74

85
### Enhancements
6+
* Introduced `transformators` and `decorators` argument to modules (#863).
7+
* Modules' Show R Code widgets include library calls to boost reproducibility (#786).
8+
* Removed `Show Warnings` modals from modules.
99

10+
### Miscellaneous
11+
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.
12+
* Soft deprecated `show_metadata` argument of `tm_front_page()` in favor of `datanames`.
1013
* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
14+
* All example data is now sourced from `teal.data`.
15+
* Update `tm_g_distribution` to not start with validation error (#823).
1116

1217
### Bug fixes
13-
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call.
18+
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call (#772).
19+
* Fixed out-of-bound labels for `tm_g_regression` (#66).
20+
* Fixed a bug in `tm_g_association` where the app would crash when a selected categorical variable was a factor instead of a character (#645).
1421

1522
# teal.modules.general 0.3.0
1623

0 commit comments

Comments
 (0)