Skip to content

Commit

Permalink
Relax R CMD check action
Browse files Browse the repository at this point in the history
Action success even when check shows WARNINGS
  • Loading branch information
sneumann authored Nov 21, 2023
1 parent 3d347f3 commit bd67a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
rcmdcheck::rcmdcheck(
args = c("--no-build-vignettes", "--no-manual", "--timings"),
build_args = c("--no-manual", "--no-resave-data"),
error_on = "warning",
error_on = "error",
check_dir = "check"
)
shell: Rscript {0}
Expand Down

0 comments on commit bd67a8d

Please sign in to comment.