File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 uses : insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main
4949 secrets :
5050 REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
51- # revdepcheck:
52- # if: >
53- # github.event_name == 'schedule' || (
54- # github.event_name == 'workflow_dispatch' &&
55- # inputs.chosen-workflow == 'revdepcheck'
56- # )
57- # name: revdepcheck ↩️
58- # uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
5951
6052 rhub :
6153 if : >
6557 )
6658 name : R-hub 🌐
6759 uses : insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
68-
Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ Suggests:
1717 cardx (>= 0.3.2),
1818 cowplot (>= 1.2.0),
1919 crane (>= 0.3.1),
20- dplyr (>= 1.2.1 ),
20+ dplyr (>= 1.2),
2121 forcats (>= 1.0.1),
22- ggplot2 (>= 4.0.2 ),
22+ ggplot2 (>= 4.0),
2323 ggsurvfit (>= 1.2.0),
2424 gt (>= 1.3.0),
2525 gtsummary (>= 2.5.0),
26- knitr (>= 1.51 ),
26+ knitr (>= 1.50 ),
2727 labelled (>= 2.16.0),
28- lubridate (>= 1.9.5 ),
28+ lubridate (>= 1.9),
2929 pharmaverseadam (>= 1.3.0),
30- purrr (>= 1.2.2 ),
30+ purrr (>= 1.2),
3131 random.cdisc.data (>= 0.3.16),
32- rlang (>= 1.2.0 ),
32+ rlang (>= 1.1 ),
3333 svglite (>= 2.2.2),
34- testthat (>= 3.3.2 ),
35- tidyr (>= 1.3.2 ),
34+ testthat (>= 3.3),
35+ tidyr (>= 1.3),
3636 withr (>= 3.0.2)
3737Config/testthat/edition: 3
3838Encoding: UTF-8
3939Language: en-US
4040LazyData: true
4141Roxygen: list(markdown = TRUE)
42- RoxygenNote: 7.3.3
42+ RoxygenNote: 8.0.0
You can’t perform that action at this time.
0 commit comments