Skip to content

Commit

Permalink
Installing mzR directly because Linux errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wkumler committed Nov 30, 2023
1 parent 61d2b20 commit 4a18e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r-check-cran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Install dependencies
run: |
install.packages("stringi")
BiocManager::install("mzR")
remotes::install_deps(dependencies = TRUE, repos=BiocManager::repositories())
remotes::install_cran("rcmdcheck")
shell: Rscript {0}
Expand Down

0 comments on commit 4a18e13

Please sign in to comment.