Skip to content

Commit

Permalink
No NOTEs allowed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 7, 2021
1 parent 9db33cd commit e03d852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ jobs:
run: |
error_on <- "note"
# Begin custom: rcmdcheck error_on
error_on <- "warning"
if ("${{matrix.config.os}}" != "macOS-latest") {
error_on <- "warning"
}
# End custom: rcmdcheck error_on
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = error_on, check_dir = "check")
shell: Rscript {0}
Expand Down

0 comments on commit e03d852

Please sign in to comment.