Skip to content

Commit 31cdb2a

Browse files
authored
Lower versions (#339)
* Lower versions * Update documentation to roxygen2 v8.0.0 * Fix superlintr issues
1 parent 0a97438 commit 31cdb2a

3 files changed

Lines changed: 14 additions & 18 deletions

File tree

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
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: >
@@ -65,4 +57,3 @@ jobs:
6557
)
6658
name: R-hub 🌐
6759
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
68-

DESCRIPTION

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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)
3737
Config/testthat/edition: 3
3838
Encoding: UTF-8
3939
Language: en-US
4040
LazyData: true
4141
Roxygen: list(markdown = TRUE)
42-
RoxygenNote: 7.3.3
42+
RoxygenNote: 8.0.0

man/cardinal-package.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)