Skip to content

Commit

Permalink
See if resolved on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed May 31, 2024
1 parent fc37703 commit fc40fcc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
sessioninfo::session_info("installed", include_base = TRUE, info = "all")
shell: Rscript {0}

- name: Check R Package (Ubuntu)
if: matrix.config.os == 'ubuntu-latest'
uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
args: 'c("--no-tests", "--no-manual")' # skip tests on Ubuntu
error-on: '"error"'
# - name: Check R Package (Ubuntu)
# if: matrix.config.os == 'ubuntu-latest'
# uses: r-lib/actions/check-r-package@v2
# with:
# upload-snapshots: true
# build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
# args: 'c("--no-tests", "--no-manual")' # skip tests on Ubuntu
# error-on: '"error"'

- name: Check R Package (Non-Ubuntu)
if: matrix.config.os != 'ubuntu-latest'
- name: Check R Package #(Non-Ubuntu)
# if: matrix.config.os != 'ubuntu-latest'
uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit fc40fcc

Please sign in to comment.