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 970f513 commit 114d404Copy full SHA for 114d404
.github/workflows/pkgdown.yaml
@@ -31,7 +31,8 @@ jobs:
31
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-
32
33
- name: Install dependencies
34
- R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
+ env:
35
+ R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
36
run: |
37
remotes::install_deps(dependencies = c("soft", "Config/Needs/website"))
38
shell: Rscript {0}
0 commit comments