Skip to content

Commit b28deff

Browse files
authored
Update r_ci.yml
1 parent 7849626 commit b28deff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/r_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/cache@v2
4040
with:
4141
path: ${{ env.R_LIBS_USER }}
42-
key: ${{ runner.os }}-r-2-
42+
key: ${{ runner.os }}-r-3-
4343
- name: Install dependencies
4444
run: |
4545
install.packages(c("remotes", "rcmdcheck"))
@@ -48,4 +48,4 @@ jobs:
4848
- name: Check
4949
run: |
5050
rcmdcheck::rcmdcheck(args = c("--no-manual", "--ignore-vignettes", "--as-cran"), build_args = c("--no-build-vignettes"), error_on = "error")
51-
shell: Rscript {0}
51+
shell: Rscript {0}

0 commit comments

Comments
 (0)