We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3525c82 commit 5420a3eCopy full SHA for 5420a3e
1 file changed
.github/workflows/rchk.yaml
@@ -32,4 +32,4 @@ jobs:
32
- name: Run rchk
33
run: |
34
PKG_TAR=$(ls *.tar.gz)
35
- Rscript -e 'rchk::rchk("$PKG_TAR")'
+ rchk $PKG_TAR
0 commit comments