Skip to content

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PKG_SYSREQS_DRY_RUN=true
4545
additional-repos: ${{ matrix.pair.repos }}
4646
extra-deps: |
47-
matrixStats (>= 1.5.0)
47+
matrixStats (>= 1.5.0); data.table (>= 1.17.6)
4848
branch-cleanup:
4949
if: >
5050
github.event_name == 'schedule' || (

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ BugReports: https://github.com/insightsengineering/teal.slice/issues
3434
Depends:
3535
R (>= 4.0)
3636
Imports:
37-
bsicons,
37+
bsicons (>= 0.1.2),
3838
bslib (>= 0.8.0),
3939
checkmate (>= 2.1.0),
4040
dplyr (>= 1.0.5),
4141
grDevices,
4242
htmltools (>= 0.5.4),
43-
jsonlite,
43+
jsonlite (>= 2.0.0),
4444
lifecycle (>= 0.2.0),
4545
logger (>= 0.3.0),
4646
methods,
47-
plotly (>= 4.9.2.2),
47+
plotly (>= 4.10.4),
4848
R6 (>= 2.2.0),
4949
rlang (>= 1.0.0),
5050
shiny (>= 1.6.0),
5151
shinycssloaders (>= 1.0.0),
52-
shinyjs,
52+
shinyjs (>= 2.1.0),
5353
shinyWidgets (>= 0.6.2),
5454
teal.data (>= 0.7.0),
5555
teal.logger (>= 0.3.1),

0 commit comments

Comments
 (0)