Skip to content

Commit

Permalink
update packages for the scheduled build (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr and shajoezhu authored Jan 21, 2025
1 parent 9aa10da commit 1d12d81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
MultiAssayExperiment (>= 1.32.0);SummarizedExperiment (>= 1.36.0);teal.slice (>= 0.5.1.9021)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ BugReports:
https://github.com/insightsengineering/teal.modules.clinical/issues
Depends:
R (>= 4.0),
teal (>= 0.15.2.9079),
teal.transform (>= 0.5.0.9015),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021),
tern (>= 0.9.7)
Imports:
broom (>= 0.7.10),
Expand All @@ -55,11 +55,11 @@ Imports:
shinyvalidate,
shinyWidgets (>= 0.5.1),
stats,
teal.code (>= 0.5.0.9012),
teal.data (>= 0.6.0.9015),
teal.logger (>= 0.3.0.9003),
teal.reporter (>= 0.3.1.9017),
teal.widgets (>= 0.4.0),
teal.code (>= 0.5.0.9022),
teal.data (>= 0.6.0.9025),
teal.logger (>= 0.3.0.9004),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.2.9025),
tern.gee (>= 0.1.5),
tern.mmrm (>= 0.3.1),
utils,
Expand All @@ -80,7 +80,7 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/teal,
Config/Needs/verdepcheck: insightsengineering/teal, insightsengineering/teal.slice,
insightsengineering/teal.transform, insightsengineering/tern,
tidymodels/broom, mllg/checkmate, wilkelab/cowplot, tidyverse/dplyr,
rstudio/DT, tidyverse/ggplot2, slowkow/ggrepel, r-lib/lifecycle,
Expand Down

0 comments on commit 1d12d81

Please sign in to comment.