Skip to content

Commit

Permalink
ci: manually install MSnbase
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed May 30, 2023
1 parent b700310 commit da1fcbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
BiocManager::install("BiocStyle", dependencies = TRUE, ask = FALSE, update = FALSE)
BiocManager::install("sneumann/mzR", dependencies = TRUE, ask = FALSE, update=FALSE)
BiocManager::install("RforMassSpectrometry/ProtGenerics", dependencies = TRUE, ask = FALSE, update=FALSE)
BiocManager::install("lgatto/MSnbase", dependencies = TRUE, ask = FALSE, update=FALSE)
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
Expand Down

0 comments on commit da1fcbb

Please sign in to comment.