diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index c5521b287..72b4c2b18 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -66,3 +66,14 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main + with: + config: >- + r-patched-linux-x86_64, + r-release-linux-x86_64, + r-devel-windows-x86_64, + r-release-macos-arm64, + r-release-macos-x86_64, + r-release-windows-x86_64, + r-oldrel-macos-arm64, + r-oldrel-macos-x86_64, + r-oldrel-windows-x86_64 diff --git a/DESCRIPTION b/DESCRIPTION index 12759a7f8..809ec9160 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), @@ -47,8 +47,8 @@ Imports: jsonlite (>= 1.8.9), lattice (>= 0.18-4), lifecycle (>= 0.2.0), - MASS (>= 7.3-61), - rtables (>= 0.6.8), + MASS (>= 7.3-60), + rtables (>= 0.6.11), scales (>= 1.3.0), shinyjs (>= 2.1.0), shinyTree (>= 0.2.8), @@ -57,12 +57,12 @@ Imports: sparkline (>= 2.0), stats, stringr (>= 1.4.1), - teal.code (>= 0.6.0), + teal.code (>= 0.6.1), teal.data (>= 0.7.0), - teal.logger (>= 0.3.1), + teal.logger (>= 0.3.2), 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, diff --git a/NEWS.md b/NEWS.md index 5de04c00d..8aa7629ea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). +* Modules' Show R Code widgets include library calls to boost reproducibility (#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`. +* 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