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