Skip to content

Commit

Permalink
Merge pull request #85 from sfcheung/devel
Browse files Browse the repository at this point in the history
Add an R CMD check for noSuggests
  • Loading branch information
sfcheung committed Jun 19, 2023
2 parents 6c1a73c + e1738ab commit 5bd4476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) ${{ matrix.config.special }}

strategy:
fail-fast: false
Expand All @@ -21,8 +21,11 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'release', nosuggests: true, special: "No Suggests"}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
_R_CHECK_DEPENDS_ONLY_VIGNETTES_: false
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

Expand Down

0 comments on commit 5bd4476

Please sign in to comment.