Skip to content

Commit

Permalink
Support more MAE and SE versions in CI Pipelines (#637)
Browse files Browse the repository at this point in the history
A follow-up after
#634 that allows
to use older MAE and SE versions
  • Loading branch information
m7pr authored Jan 23, 2025
1 parent f6e04bf commit bfaa4fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
additional-repos: ${{ matrix.pair.repos }}
extra-deps: |
matrixStats (>= 1.5.0)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Imports:
utils
Suggests:
knitr (>= 1.42),
MultiAssayExperiment (>= 1.32.0),
MultiAssayExperiment,
rmarkdown (>= 2.23),
SummarizedExperiment (>= 1.36.0),
testthat (>= 3.1.8),
withr (>= 2.1.0)
SummarizedExperiment,
testthat (>= 3.2.2),
withr (>= 3.0.2)
VignetteBuilder:
knitr,
rmarkdown
Expand All @@ -72,7 +72,7 @@ Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
daattali/shinyjs, dreamRs/shinyWidgets, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.widgets,
yihui/knitr, bioc::MultiAssayExperiment, bioc::SummarizedExperiment,
rstudio/rmarkdown, r-lib/testthat, r-lib/withr
rstudio/rmarkdown, r-lib/testthat, r-lib/withr, bioc::matrixStats
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down

0 comments on commit bfaa4fc

Please sign in to comment.