Skip to content

Commit 2ac9512

Browse files
committed
Update R-CMD-check.yaml
1 parent e5ae1c1 commit 2ac9512

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
extra-packages: any::rcmdcheck
4545
needs: check
4646

47+
- name: Install package for Quarto vignette rendering
48+
if: runner.os == 'Windows'
49+
run: R CMD INSTALL --no-multiarch --with-keep.source .
50+
4751
- uses: r-lib/actions/check-r-package@v2
4852
with:
4953
upload-snapshots: true

0 commit comments

Comments
 (0)