Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more MAE and SE versions in CI Pipelines #637

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading