We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b42762 commit 639ef17Copy full SHA for 639ef17
.github/workflows/R-CMD-check.yaml
@@ -57,14 +57,6 @@ jobs:
57
key: ${{ runner.os }}-r-${{ matrix.config.r }}-3-${{ hashFiles('depends.Rds') }}
58
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-3-
59
60
- - name: Install system dependencies
61
- if: runner.os == 'Linux'
62
- env:
63
- RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
64
- run: |
65
- Rscript -e "remotes::install_github('r-hub/sysreqs')"
66
- sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
67
- sudo -s eval "$sysreqs"
68
- name: Install dependencies
69
run: |
70
remotes::install_deps(dependencies = TRUE)
0 commit comments