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 2071b3f commit f813423Copy full SHA for f813423
.github/workflows/code-quality.yaml
@@ -82,10 +82,12 @@ jobs:
82
steps:
83
- uses: actions/checkout@v2
84
- uses: r-lib/actions/setup-r@v2
85
+ - name: Install remotes
86
+ run: Rscript -e "install.packages('remotes')"
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
91
- name: Run R CMD check
92
run: Rscript -e 'devtools::check()'
-
93
+
0 commit comments