Skip to content

Commit

Permalink
add suggested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomnl committed Aug 29, 2023
1 parent 41e020b commit 168130f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ jobs:
remotes::install_github("r-lib/pkgdown")
shell: Rscript {0}

- name: Install suggested packages
run: |
BiocManager::install(c("MSnbase", "xcms", "BiocStyle", "msPurityData", "CAMERA"))
install.packages(c("rmarkdown", "RPostgres", "RMySQL"))
shell: Rscript {0}

- name: Session info
run: |
options(width = 100)
Expand Down

0 comments on commit 168130f

Please sign in to comment.