Skip to content

Commit

Permalink
update r-cmd-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimishr committed Nov 9, 2023
1 parent 2c9a27d commit 7f9d38d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ name: R-CMD-check
jobs:

R-CMD-check:
runs-on: ${{ matrix.config.os }}

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

strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'release'}
runs-on: ubuntu-latest

env:
_R_CHECK_FORCE_SUGGESTS_: "false"
Expand Down

0 comments on commit 7f9d38d

Please sign in to comment.