Skip to content

Commit dfef334

Browse files
committed
fix know quarto-dev upstream bug #217 on windows; added local::. to pre-install the package into the standard library before R CMD check runs
1 parent b5eaf3f commit dfef334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: r-lib/actions/setup-r-dependencies@v2
4747
with:
48-
extra-packages: any::rcmdcheck
48+
extra-packages: any::rcmdcheck, local::.
4949
needs: check
5050

5151
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)