Skip to content

Commit

Permalink
Disable all incoming checks
Browse files Browse the repository at this point in the history
Even if you only disable the remote checks there are still other issues,
namely the pandoc conversion that cause spurious failures.

Maybe someday we will be able to turn them on...
  • Loading branch information
jimhester committed Apr 28, 2020
1 parent 958bbc9 commit e5bd1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
_R_CHECK_CRAN_INCOMING_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion examples/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
_R_CHECK_CRAN_INCOMING_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

Expand Down

0 comments on commit e5bd1e7

Please sign in to comment.