Skip to content

Commit

Permalink
trying to fix gh actions pak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 12, 2023
1 parent cc443c9 commit 09a0431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: false
extra-packages: any::rcmdcheck 'bioc::Biobase'
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ Suggests:
VignetteBuilder:
knitr
Remotes:
Biobase=bioc::Biobase,
EpiDISH=bioc::EpiDISH,
minfi=bioc::minfi,
SummarizedExperiment=bioc::SummarizedExperiment
Biobase,
EpiDISH,
minfi,
SummarizedExperiment
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand Down

0 comments on commit 09a0431

Please sign in to comment.