Skip to content

Commit

Permalink
fix argument to rcmdcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalle committed Sep 12, 2021
1 parent 6bc4a7f commit 6d56d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "note", check_dir = "check")
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: test site
Expand Down

0 comments on commit 6d56d09

Please sign in to comment.