Skip to content

Commit

Permalink
Use BiocManager for the install commands. Fix repo for recount.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent 6fc41db commit 123406f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
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)
BiocManager::install("leekgroup/derfinderPlot") ## regionReport 1.29.1 needs derfinderPlot 1.29.1
BiocManager::install("leekgroup/regionReport", dependencies = TRUE)
## Install devel version of recount for now
remotes::install_github("lcolladotor/recount")
BiocManager::install("leekgroup/recount")
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
Expand Down

0 comments on commit 123406f

Please sign in to comment.