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 4698108 commit 84a8fb4Copy full SHA for 84a8fb4
.github/workflows/R-CMD-check.yaml
@@ -84,7 +84,9 @@ jobs:
84
- name: Cache R packages
85
uses: actions/cache@v2
86
with:
87
- path: ${{ env.R_LIBS_USER }}
+ path: |
88
+ ${{ env.R_LIBS_USER }}/*
89
+ !${{ env.R_LIBS_USER }}/pak
90
key: ${{ runner.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
91
restore-keys: ${{ runner.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-
92
0 commit comments