Skip to content

Commit

Permalink
docs: add minimal version of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 20, 2023
1 parent 9198600 commit 0f69d7b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 11 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
# end of section to be removed

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down
44 changes: 35 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Depends:
teal.slice (>= 0.4.0),
teal.transform (>= 0.4.0)
Imports:
checkmate,
lifecycle,
checkmate (>= 2.1.0),
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
magrittr,
rlang,
magrittr (>= 1.5),
rlang (>= 1.0.0),
shinyjs,
stats,
teal.logger (>= 0.1.1),
Expand All @@ -49,20 +49,46 @@ Imports:
Suggests:
bslib,
covr,
dplyr,
knitr,
dplyr (>= 1.0.5),
knitr (>= 1.34),
MultiAssayExperiment,
R6,
rmarkdown,
rmarkdown (>= 2.19),
shinyvalidate,
teal.code (>= 0.3.0.9009),
testthat (>= 3.1.5),
withr,
yaml
withr (>= 2.1.0),
yaml (>= 1.1.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/verdepcheck:
rstudio/shiny,
insightsengineering/teal.data,
insightsengineering/teal.slice,
insightsengineering/teal.transform,
mllg/checkmate,
r-lib/lifecycle,
daroczig/logger,
tidyverse/magrittr,
r-lib/rlang,
daattali/shinyjs,
insightsengineering/teal.logger,
insightsengineering/teal.reporter,
insightsengineering/teal.widgets,
rstudio/bslib,
r-lib/covr,
tidyverse/dplyr,
yihui/knitr,
bioc::MultiAssayExperiment,
r-lib/R6,
rstudio/rmarkdown,
rstudio/shinyvalidate,
insightsengineering/teal.code,
r-lib/testthat,
r-lib/withr,
yaml=vubiostat/r-yaml
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Enhanced a `module` validation checks so that it won't throw messages about `data` argument unnecessarily.
* Removed `Report previewer` module from mapping matrix display in filter manager.
* Specify minimal version of dependent packages.

# teal 0.14.0

Expand Down

0 comments on commit 0f69d7b

Please sign in to comment.