Skip to content

Commit

Permalink
Restore part of 02c7b88
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent d4b22c1 commit 289abe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ jobs:
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
install.packages(c("rcmdcheck", "BiocCheck"), repos = BiocManager::repositories())
## Install all the regionReport dependencies
remotes::install_github("leekgroup/derfinderPlot") ## regionReport 1.29.1 needs derfinderPlot 1.29.1
remotes::install_github("leekgroup/regionReport", dependencies = TRUE)
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = FALSE, upgrade = TRUE)
Expand Down

0 comments on commit 289abe2

Please sign in to comment.