Skip to content

Commit 0b6f48a

Browse files
committed
Try load_all, update versions
1 parent 0685bf6 commit 0b6f48a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
env:
2020
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
23+
2324
- uses: r-lib/actions/setup-r@v2
2425
- uses: r-lib/actions/setup-r-dependencies@v2
2526
with:
@@ -29,7 +30,7 @@ jobs:
2930

3031
- name: Cache R packages
3132
if: runner.os != 'Windows'
32-
uses: actions/cache@v1
33+
uses: actions/cache@v3
3334
with:
3435
path: ${{ env.R_LIBS_USER }}
3536
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -42,9 +43,8 @@ jobs:
4243
shell: Rscript {0}
4344

4445
- name: Test live dataverse (vignette)
45-
with:
46-
extra-packages: any::pkgdown, local::.
4746
run: |
47+
devtools::load_all()
4848
source("tests/B-search_ghaction.R")
4949
source("tests/C-download_ghaction.R")
5050
shell: Rscript {0}

0 commit comments

Comments
 (0)