Skip to content

Commit

Permalink
cmd check workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhsarma committed Sep 19, 2024
1 parent 8b4813e commit 644162e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
# running Windows and Mac with --no-examples to avoid spurious Stan crashes in examples
- {os: windows-latest, r: 'release', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes", "--no-examples"'}
- {os: macOS-latest, r: 'release', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes", "--no-examples"'}
# running Mac without --as-cran and with --no-build-vignettes only to check that purl'd code from vignettes is runnable (#328)
- {os: macOS-latest, r: 'release', suffix: 'purl', not_cran: 'true', check_options: '"--no-build-vignettes"'}
# full checks on linux
- {os: ubuntu-latest, r: 'devel', suffix: '', not_cran: 'true', check_options: '"--as-cran"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', suffix: '', not_cran: 'true', check_options: '"--as-cran"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
Expand All @@ -31,7 +29,6 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-1', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-latest, r: 'oldrel-2', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-latest, r: 'oldrel-3', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-latest, r: 'oldrel-4', suffix: 'quick', not_cran: 'false', check_options: '"--as-cran", "--no-build-vignettes", "--ignore-vignettes"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 644162e

Please sign in to comment.