Skip to content

Commit

Permalink
Try load_all, update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 12, 2024
1 parent 0685bf6 commit 0b6f48a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand All @@ -29,7 +30,7 @@ jobs:

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

- name: Test live dataverse (vignette)
with:
extra-packages: any::pkgdown, local::.
run: |
devtools::load_all()
source("tests/B-search_ghaction.R")
source("tests/C-download_ghaction.R")
shell: Rscript {0}
Expand Down

0 comments on commit 0b6f48a

Please sign in to comment.