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 a969c01 commit 5f9b1efCopy full SHA for 5f9b1ef
1 file changed
.github/workflows/samples-r.yaml
@@ -58,6 +58,6 @@ jobs:
58
error-on: '"error"'
59
60
- name: Install local package
61
- run: R CMD INSTALL --preclean *tar.gz
+ run: R CMD INSTALL .
62
shell: bash # Ensure correct shell for command execution
63
working-directory: ${{ matrix.sample }}
0 commit comments