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 87ed80b commit a969c01Copy full SHA for a969c01
1 file changed
.github/workflows/samples-r.yaml
@@ -57,3 +57,7 @@ jobs:
57
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
58
error-on: '"error"'
59
60
+ - name: Install local package
61
+ run: R CMD INSTALL --preclean *tar.gz
62
+ shell: bash # Ensure correct shell for command execution
63
+ working-directory: ${{ matrix.sample }}
0 commit comments