Skip to content

Commit 499d598

Browse files
authored
Update R-CMD-check.yaml
Remove cached packages
1 parent 926eb97 commit 499d598

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
4646
shell: Rscript {0}
4747

48-
- name: Cache R packages
49-
if: runner.os != 'Windows'
50-
uses: actions/cache@v2
51-
with:
52-
path: ${{ env.R_LIBS_USER }}
53-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
54-
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
55-
5648
- name: Install system dependencies
5749
if: runner.os == 'Linux'
5850
run: |

0 commit comments

Comments
 (0)