We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fca155 commit a665b93Copy full SHA for a665b93
.github/workflows/check.yaml
@@ -43,6 +43,7 @@ jobs:
43
unit-test-report-brand: >-
44
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
45
deps-installation-method: setup-r-dependencies
46
+ selected-shinytests: true
47
r-cmd-non-cran:
48
name: R CMD Check (non-CRAN) 🧬
49
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
@@ -66,6 +67,7 @@ jobs:
66
67
checking for unstated dependencies in vignettes .* NOTE
68
checking top-level files .* NOTE
69
70
71
coverage:
72
name: Coverage 📔
73
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
0 commit comments