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 aea786f commit ee4383fCopy full SHA for ee4383f
.github/workflows/R-CMD-check.yml
@@ -66,6 +66,11 @@ jobs:
66
submodules: true
67
68
- uses: actions/cache@v4
69
+ with:
70
+ path: ${{ env.R_LIBS_USER }}
71
+ key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
72
+ restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
73
+
74
75
- name: Install system dependencies (Linux)
76
if: runner.os == 'Linux'
0 commit comments