Skip to content

Commit

Permalink
Merge branch 'update-gha-workflows' of https://github.com/r-hyperspec…
Browse files Browse the repository at this point in the history
…/hyperSpec into update-gha-workflows
  • Loading branch information
GegznaV committed May 2, 2024
2 parents bf74336 + 5290ece commit f8e4aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ jobs:
run: |
remotes::install_cran("vdiffr", type = "source", force = TRUE)
shell: Rscript {0}
needs: setup-r-dependencies

- name: Install dependencies (for R-oldrel)
if: matrix.config.r == 'oldrel' || matrix.config.r == '3.6'
run: |
remotes::install_version("rgl", "0.100.50")
shell: Rscript {0}
needs: setup-r-dependencies

- name: Roxygenize
run: |
Expand Down

0 comments on commit f8e4aea

Please sign in to comment.