Skip to content

Commit

Permalink
igraph = gmp no longer a dependency. libxml2 and glpk are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWismer committed Sep 12, 2024
1 parent c74f79f commit d6513ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/R-CMD-check-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,10 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install system dependencies
run: |
pacman -Sy mingw-w64-x86_64-gmp --noconfirm
pacman -Sy mingw-w64-x86_64-glpk --noconfirm
pacman -Sy mingw-w64-x86_64-libxml2 --noconfirm
shell: bash

- name: Install dependencies
run: |
options(install.packages.compile.from.source = "always")
options(pkgType = "source")
Sys.setenv(LIB_XML = "$(MINGW_PREFIX)")
Sys.setenv(GLPK_HOME = "$(MINGW_PREFIX)")
install.packages(c("renv", "remotes", "testthat", "rvest"))
renv::restore()
remotes::install_cran("rcmdcheck")
Expand Down

0 comments on commit d6513ac

Please sign in to comment.