Skip to content

Commit

Permalink
set dependencies=TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Jan 17, 2025
1 parent 985615a commit 39df167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ jobs:
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
remotes::install_local(repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE)
remotes::install_local(repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, dependencies = TRUE)
continue-on-error: true
shell: Rscript {0}

- name: Install dependencies pass 2
run: |
## Pass #2 at installing dependencies
message(paste('****', Sys.time(), 'pass number 2 at installing dependencies: any remaining dependencies ****'))
remotes::install_local(repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE)
remotes::install_local(repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, dependencies = TRUE)
## For running the checks
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
Expand Down

0 comments on commit 39df167

Please sign in to comment.