File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,13 +38,24 @@ jobs:
3838 http-user-agent : ${{ matrix.config.http-user-agent }}
3939 use-public-rspm : true
4040
41+ - name : " Install missing system packages in Ubuntu"
42+ if : runner.os == 'ubuntu-latest'
43+ run : apt update && apt install libglpk40
44+
45+ - name : " Install XQuartz in macOS"
46+ if : runner.os == 'macOS-latest'
47+ run : |
48+ brew update
49+ brew install --cask xquartz
50+
51+
4152 - name : Install dependencies
4253 run : |
4354 install.packages('remotes')
4455 install.packages('hdf5r')
4556 install.packages('knitr')
4657 install.packages('rmarkdown')
47- remotes::install_github("asgr/ imager", ref="low-depend") #to make sure we have the easy to install one, not CRAN
58+ install.packages(' imager')
4859 remotes::install_deps(dependencies = TRUE)
4960 remotes::install_cran("rcmdcheck")
5061 remotes::install_github("asgr/Rwcs", ref="master")
You can’t perform that action at this time.
0 commit comments