Skip to content

Commit

Permalink
Remove rchk workflow
Browse files Browse the repository at this point in the history
It takes too long and has too many false positives
  • Loading branch information
jimhester committed May 13, 2020
1 parent 9237806 commit a190596
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,3 @@ jobs:
if: matrix.config.os == 'macOS-latest' && matrix.config.r == '3.6'
run: covr::codecov()
shell: Rscript {0}

rchk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: r-lib/actions/run-rchk@master

0 comments on commit a190596

Please sign in to comment.