Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 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.3.0.9091
Version: 0.4.0
Date: 2025-02-25
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -48,7 +48,7 @@ Imports:
lattice (>= 0.18-4),
lifecycle (>= 0.2.0),
MASS (>= 7.3-61),
rtables (>= 0.6.8),
rtables (>= 0.6.11),
scales (>= 1.3.0),
shinyjs (>= 2.1.0),
shinyTree (>= 0.2.8),
Expand All @@ -62,7 +62,7 @@ Imports:
teal.logger (>= 0.3.1),
teal.reporter (>= 0.4.0),
teal.widgets (>= 0.4.3),
tern (>= 0.9.5),
tern (>= 0.9.7),
tibble (>= 2.0.0),
tidyr (>= 0.8.3),
tools,
Expand Down
17 changes: 11 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# teal.modules.general 0.3.0.9091
# teal.modules.general 0.4.0

### Enhancements
* Introduced `transformators` and `decorators` argument to modules (#863, #1441).
* Modules' Show R Code widgets include library calls and their code is styled with `styler` package (#847, #786).
* Removed `Show Warnings` modals from modules.

### Miscellaneous
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.
* Soft deprecated `show_metadata` argument of `tm_front_page()` in favor of `datanames`.
* Modules' Show R Code widgets include library calls and their code is styled with `styler` package (#847, #786).

### Enhancements

* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
* All example data is now sourced from `teal.data` (#818).
* Update `tm_g_distribution` to not start with validation error (#823).

### Bug fixes
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call.
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call (#772).
* Fixed out-of-bound labels for `tm_g_regression` (#66).
* 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).

# teal.modules.general 0.3.0

Expand Down
Loading