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 27f0b5d commit ac9b98bCopy full SHA for ac9b98b
.github/workflows/r_ci.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/cache@v2
40
with:
41
path: ${{ env.R_LIBS_USER }}
42
- key: ${{ runner.os }}-r-3-
+ key: ${{ runner.os }}-r-2-
43
- name: Install dependencies
44
run: |
45
install.packages(c("remotes", "rcmdcheck"))
0 commit comments