Skip to content

Commit

Permalink
install the package itself as we register vignette engine
Browse files Browse the repository at this point in the history
R will check for engine at build time.
https://github.com/wch/r-source/blob/ed93ccd03e1bfa5794348faf32bfd1bc4aa3d547/src/library/tools/R/build.R#L283-L285

Causing error
```
Error in loadVignetteBuilder(pkgdir, TRUE) :
  vignette builder 'quarto' not found
```
  • Loading branch information
cderv committed Jan 30, 2024
1 parent 88047a8 commit 1a41f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
# install the package itself as we register vignette engine
extra-packages: any::rcmdcheck, local::.
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 1a41f3b

Please sign in to comment.