Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
altered windows CMD check
  • Loading branch information
amandazimmey authored Jan 3, 2025
1 parent 0872d31 commit 6876277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ jobs:
if: matrix.config.os == 'windows-latest'
shell: cmd
run: |
FOR /F "tokens=*" %%i IN ('dir /b *.tar.gz') DO SET PKG_TAR=%%i && R CMD check "%PKG_TAR%" --no-manual --as-cran
R CMD check %PKG_TAR% --no-manual --as-cran

0 comments on commit 6876277

Please sign in to comment.