Skip to content

Commit 062b768

Browse files
authored
Merge branch 'main' into 850-fix-tm_missing_data-decorators@main
2 parents a4f8d4c + b81b209 commit 062b768

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
unit-test-report-brand: >-
4444
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
4545
deps-installation-method: setup-r-dependencies
46+
selected-shinytests: true
4647
r-cmd-non-cran:
4748
name: R CMD Check (non-CRAN) 🧬
4849
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
@@ -66,6 +67,7 @@ jobs:
6667
checking for unstated dependencies in vignettes .* NOTE
6768
checking top-level files .* NOTE
6869
deps-installation-method: setup-r-dependencies
70+
selected-shinytests: true
6971
coverage:
7072
name: Coverage 📔
7173
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.3.0.9086
4+
Version: 0.3.0.9087
55
Date: 2025-02-20
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.3.0.9086
1+
# teal.modules.general 0.3.0.9087
22

33
* Removed `Show Warnings` modals from modules.
44
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.

0 commit comments

Comments
 (0)