Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, cran/survMisc
needs: check
extra-packages: any::rcmdcheck
needs: check, tests

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., cran/survMisc
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, any::xml2, cran/survMisc
needs: coverage
extra-packages: any::covr, any::xml2
needs: coverage, tests

- name: Test coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Suggests:
gt,
knitr,
rmarkdown,
survMisc,
survRM2,
testthat (>= 3.0.0),
tibble,
Expand All @@ -69,3 +68,4 @@ LinkingTo:
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Config/Needs/tests: cran/survMisc