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 c4482b8 commit 5460f49Copy full SHA for 5460f49
.github/workflows/end-to-end.yml
@@ -74,6 +74,7 @@ jobs:
74
mkdir vignettes
75
cp tests/testthat/in/pkgdown.Rmd vignettes/
76
rm -rf man/
77
+ mkdir -p man
78
cp tests/testthat/in/autoupdate.Rd man/
79
pre-commit run --files _pkgdown.yml
80
pre-commit run --files man/autoupdate.Rd
.github/workflows/hook-tests.yaml
@@ -67,6 +67,7 @@ jobs:
67
run: |
68
source('renv/activate.R')
69
renv::restore()
70
+ options(install.packages.compile.from.source = "never", pkgType = "binary")
71
# install hook-specific additional_dependencies from .pre-commit-config.yaml
72
renv::install(c('pkgdown', 'mockery'))
73
renv::install(getwd(), dependencies = FALSE)
0 commit comments