Skip to content

Commit 41fdb3f

Browse files
authored
fix scheduled jobs (#889)
Fixes #878 Tests: - 1 https://github.com/insightsengineering/teal.modules.general/actions/runs/15730099813 - 2 https://github.com/insightsengineering/teal.modules.general/actions/runs/15731198254 - 3 https://github.com/insightsengineering/teal.modules.general/actions/runs/15777424966 The max strategy is failing becuase it pulls from github. but we should only consider CRAN versions so I would omit this for now until the package that fails gets released on CRAN https://github.com/insightsengineering/teal.modules.general/actions/runs/15777424966/job/44474945248#step:9:1857 --------- Signed-off-by: Marcin <[email protected]>
1 parent 7d7cdb8 commit 41fdb3f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

DESCRIPTION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Depends:
2727
ggplot2 (>= 3.4.0),
2828
R (>= 4.1),
2929
shiny (>= 1.6.0),
30-
teal (>= 0.16.0.9002),
31-
teal.transform (>= 0.6.0)
30+
teal (>= 0.16.0.9008),
31+
teal.transform (>= 0.6.0.9002)
3232
Imports:
3333
bslib (>= 0.8.0),
3434
checkmate (>= 2.1.0),
@@ -38,7 +38,7 @@ Imports:
3838
forcats (>= 1.0.0),
3939
generics (>= 0.1.3),
4040
ggExtra (>= 0.10.1),
41-
ggpmisc (>= 0.4.3),
41+
ggpmisc (>= 0.5.6),
4242
ggpp (>= 0.5.8-1),
4343
ggrepel (>= 0.9.6),
4444
goftest (>= 1.2-3),
@@ -60,9 +60,9 @@ Imports:
6060
stringr (>= 1.4.1),
6161
teal.code (>= 0.6.1),
6262
teal.data (>= 0.7.0),
63-
teal.logger (>= 0.3.2),
63+
teal.logger (>= 0.3.2.9001),
6464
teal.reporter (>= 0.4.0.9004),
65-
teal.widgets (>= 0.4.3.9001),
65+
teal.widgets (>= 0.4.3.9005),
6666
tern (>= 0.9.7),
6767
tibble (>= 2.0.0),
6868
tidyr (>= 0.8.3),
@@ -84,6 +84,8 @@ VignetteBuilder:
8484
knitr,
8585
rmarkdown
8686
Remotes:
87+
insightsengineering/teal.logger@main,
88+
insightsengineering/teal.transform@main,
8789
insightsengineering/teal.reporter@main,
8890
insightsengineering/teal.widgets@main,
8991
insightsengineering/teal@main

0 commit comments

Comments
 (0)