Skip to content

Commit

Permalink
Merge branch 'add-biocViews' of https://github.com/tuonglab/dandelionR
Browse files Browse the repository at this point in the history
…into add-biocViews
  • Loading branch information
Jiawei-Yu10 committed Nov 22, 2024
2 parents bfe26dc + eab4583 commit 5f5b5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: actions/cache@v4
with:
path: /home/runner/work/_temp/Library

key: ${{ runner.OS }}-r-cache-${{ hashFiles('.github/depends.Rds') }}
restore-keys: |
${{ runner.OS }}-r-cache-
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vignette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/cache@v4
with:
path: /home/runner/work/_temp/Library
key: ${{ runner.OS }}-r-cache-${{ hashFiles('.github/depends.Rds') }}
restore-keys: |
${{ runner.OS }}-r-cache-
- uses: r-lib/actions/setup-r-dependencies@v2

Expand Down

0 comments on commit 5f5b5b8

Please sign in to comment.