We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f813423 commit 3a123cfCopy full SHA for 3a123cf
.github/workflows/code-quality.yaml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install dependencies
88
run: Rscript -e 'remotes::install_deps(dependencies = TRUE)'
89
- name: Check documentation and options consistency
90
- run: Rscript .ci/code-quality-checks.R
+ run: Rscript .ci/check-options.R
91
- name: Run R CMD check
92
run: Rscript -e 'devtools::check()'
93
0 commit comments