Skip to content

Commit

Permalink
include macOS XQuartz installation in R-CMD-check file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcastellanoescuder committed Oct 29, 2020
1 parent d5a31dc commit c762f9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
sudo su - -c "R -e \"install.packages('Rmpfr', repos = 'http://cran.rstudio.com/')\""
Rscript -e "install.packages('BiocManager')"
Rscript -e "BiocManager::install(c('mixOmics', 'MSnbase'))"
- name: Install X11 dependencies on MacOS
if: runner.os == 'macOS'
run: |
brew cask install xquartz
- name: Install dependencies
run: |
Expand Down

0 comments on commit c762f9f

Please sign in to comment.