We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ae1c1 commit 2ac9512Copy full SHA for 2ac9512
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -44,6 +44,10 @@ jobs:
44
extra-packages: any::rcmdcheck
45
needs: check
46
47
+ - name: Install package for Quarto vignette rendering
48
+ if: runner.os == 'Windows'
49
+ run: R CMD INSTALL --no-multiarch --with-keep.source .
50
+
51
- uses: r-lib/actions/check-r-package@v2
52
with:
53
upload-snapshots: true
0 commit comments