Skip to content

Commit f7b8ac2

Browse files
llrs-rochem7pr
andauthored
Fix minimal versions for scheduled actions (#1389)
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes #1381 See the comment on that issue for the added dependencies version. --------- Signed-off-by: Marcin <[email protected]> Co-authored-by: Marcin <[email protected]>
1 parent 3d64b46 commit f7b8ac2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
additional-env-vars: |
4040
PKG_SYSREQS_DRY_RUN=true
4141
extra-deps: |
42-
matrixStats (>= 1.5.0);teal.slice (>= 0.5.1.9024)
42+
matrixStats (>= 1.5.0);teal.slice (>= 0.6.0); bit (>= 4.5.0)
4343
branch-cleanup:
4444
if: >
4545
github.event_name == 'schedule' || (

DESCRIPTION

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ Imports:
4444
dplyr (>= 1.0.5),
4545
DT (>= 0.13),
4646
ggplot2 (>= 3.4.0),
47-
ggrepel,
47+
ggrepel (>= 0.9.6),
4848
grid,
4949
lifecycle (>= 0.2.0),
5050
methods,
5151
rlistings (>= 0.2.10),
5252
rmarkdown (>= 2.23),
5353
rtables (>= 0.6.11),
54-
scales,
54+
scales (>= 1.4.0),
5555
shiny (>= 1.6.0),
56-
shinyjs,
57-
shinyvalidate,
56+
shinyjs (>= 1.10.0),
57+
shinyvalidate (>= 0.1.3),
5858
shinyWidgets (>= 0.5.1),
5959
stats,
6060
teal.code (>= 0.6.1),
@@ -67,17 +67,17 @@ Imports:
6767
utils,
6868
vistime (>= 1.2.3)
6969
Suggests:
70-
forcats,
70+
forcats (>= 1.0.0),
7171
knitr (>= 1.42),
7272
logger (>= 0.2.0),
7373
lubridate (>= 1.7.9),
7474
nestcolor (>= 0.1.0),
75-
pkgload,
76-
roxy.shinylive,
77-
rvest,
78-
shinytest2,
79-
styler,
80-
testthat (>= 3.1.5),
75+
pkgload (>= 1.4.0),
76+
roxy.shinylive (>= 1.0.0),
77+
rvest (>= 1.0.4),
78+
shinytest2 (>= 0.4.1),
79+
styler (>= 1.10.3),
80+
testthat (>= 3.2.3),
8181
withr (> 2.0.1.5)
8282
VignetteBuilder:
8383
knitr,

0 commit comments

Comments
 (0)