Skip to content

Commit

Permalink
rm deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Dec 29, 2023
1 parent 168d421 commit 5355e75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-bioc.yml
Expand Up @@ -220,11 +220,6 @@ jobs:
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
- name: Install missing dependencies
run: |
BiocManager::install(c("Rcpp", "mzR", "S4Vectors", "PSMatch", "IRanges", "plyr", "vsn", "pcaMethods", "mzID", "ggplot2", "scales"), force = FALSE, type = "source")
shell: Rscript {0}

## - name: Install ProtGenerics from Github
## run: BiocManager::install("RforMassSpectrometry/ProtGenerics")
## shell: Rscript {0}
Expand Down

0 comments on commit 5355e75

Please sign in to comment.