Skip to content

Commit

Permalink
Install GitHub version of recount for now, given that it's not availa…
Browse files Browse the repository at this point in the history
…ble from BioC 3.19 in all OSes right now
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent 289abe2 commit 6fc41db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ jobs:
remotes::install_github("leekgroup/derfinderPlot") ## regionReport 1.29.1 needs derfinderPlot 1.29.1
remotes::install_github("leekgroup/regionReport", dependencies = TRUE)
## Install devel version of recount for now
remotes::install_github("lcolladotor/recount")
## 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 6fc41db

Please sign in to comment.