We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda8bac commit c50f208Copy full SHA for c50f208
.github/workflows/R-CMD-check.yaml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
options(crayon.enabled = TRUE)
84
remotes::install_cran("devtools")
85
- devtools::run_examples(run_dontrun = TRUE)
+ devtools::run_examples()
86
shell: Rscript {0}
87
88
- name: Upload check results
0 commit comments