Skip to content

Commit e19bc2c

Browse files
Check examples with stricter settings
1 parent 7b5327c commit e19bc2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check-all-examples.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
3838
- name: Run examples
3939
run: |
40-
options(crayon.enabled = TRUE)
40+
options(
41+
crayon.enabled = TRUE,
42+
warn = 2L,
43+
warnPartialMatchArgs = TRUE,
44+
warnPartialMatchAttr = TRUE,
45+
warnPartialMatchDollar = TRUE
46+
)
4147
devtools::run_examples(fresh = TRUE, run_dontrun = TRUE, run_donttest = TRUE)
4248
shell: Rscript {0}

0 commit comments

Comments
 (0)