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 4cde985 commit 21b319fCopy full SHA for 21b319f
.github/workflows/R-CMD-check.yaml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v2
33
34
- - uses: r-lib/actions/setup-pandoc@v1
+ - uses: r-lib/actions/setup-pandoc@v2
35
36
- uses: r-lib/actions/setup-r@v1
37
with:
@@ -43,6 +43,7 @@ jobs:
43
44
extra-packages: rcmdcheck
45
46
+
47
- uses: r-lib/actions/check-r-package@v1
48
49
- name: Show testthat output
.github/workflows/pkgdown.yaml
@@ -34,8 +34,3 @@ jobs:
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
- - name: Install dependencies
38
- run: |
39
- remotes::install_deps(dependencies = TRUE)
40
- install.packages("pkgdown", type = "binary")
41
- shell: Rscript {0}
0 commit comments