We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccb971 commit 791c57bCopy full SHA for 791c57b
.github/workflows/R-CMD-orig.yaml
@@ -75,11 +75,10 @@ jobs:
75
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
76
77
- name: Install dependencies
78
- run: |
79
- remotes::install_deps(dependencies = TRUE)
80
- remotes::install_cran("rcmdcheck")
81
- remotes::install_cran("covr")
82
- shell: Rscript {0}
+ - uses: r-lib/actions/setup-r-dependencies@v2
+ with:
+ extra-packages: rcmdcheck # Ensure rcmdcheck is installed
+ needs: check # If your package has dependencies listed in DESCRIPTION
83
84
- name: Check
85
env:
0 commit comments