Skip to content

Commit 3129c10

Browse files
pawelruaverissimo
andauthored
update workflows (#137)
I'm going to trigger verdepcheck pipelines manually. You can check it's status here: https://github.com/insightsengineering/osprey/actions/workflows/scheduled.yaml?query=branch%3Afix_verdepcheck --------- Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
1 parent 324fb2f commit 3129c10

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.github/workflows/scheduled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
test-strategy: ["min", "release", "max"]
14+
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
1515
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
1616
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
1717
secrets:

DESCRIPTION

+14-8
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,34 @@ URL: https://insightsengineering.github.io/osprey/,
2020
BugReports: https://github.com/insightsengineering/osprey/issues
2121
Depends:
2222
dplyr (>= 0.8.0),
23-
ggplot2 (>= 2.0.0),
23+
ggplot2 (>= 3.5.0),
2424
R (>= 3.6)
2525
Imports:
26-
checkmate,
26+
checkmate (>= 2.1.0),
2727
cowplot,
28-
DescTools,
28+
DescTools (>= 0.99.38),
2929
grDevices,
3030
grid,
3131
gridExtra,
32-
gtable,
32+
gtable (>= 0.3.4),
3333
methods,
34-
rlang,
34+
rlang (>= 1.1.0),
3535
stats,
36-
stringr,
37-
tibble,
36+
stringr (>= 1.4.1),
37+
tibble (>= 2.0.0),
3838
tidyr (>= 1.0.0)
3939
Suggests:
40-
knitr,
40+
knitr (>= 1.42),
4141
nestcolor (>= 0.1.0),
4242
tern (>= 0.7.10),
4343
testthat (>= 2.0)
4444
Config/Needs/website: insightsengineering/nesttemplate
45+
Config/Needs/verdepcheck:
46+
tidyverse/dplyr, tidyverse/ggplot2, mllg/checkmate, wilkelab/cowplot,
47+
AndriSignorell/DescTools, baptiste/gridextra, r-lib/gtable,
48+
r-lib/rlang, tidyverse/stringr, tidyverse/tibble, tidyverse/tidyr,
49+
yihui/knitr, insightsengineering/nestcolor, insightsengineering/tern,
50+
r-lib/testthat
4551
Encoding: UTF-8
4652
Language: en-US
4753
LazyData: true

0 commit comments

Comments
 (0)