Let's try with the old check routine

This commit is contained in:
James J Balamuta
2022-10-25 13:58:49 -07:00
committed by GitHub
parent 613a60a3b2
commit e1e9fad1e3
+10 -2
View File
@@ -146,6 +146,14 @@ jobs:
remotes::install_cran("rcmdcheck")
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
- name: Check
run: Rscript -e "rcmdcheck::rcmdcheck('${{ needs.jobR.outputs.r_bindings }}', args = c('--no-manual','--as-cran'), error_on = 'warning', check_dir = 'check')"
- name: Upload check results
if: failure()
uses: actions/upload-artifact@v3
with:
upload-snapshots: true
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: |
check/mlpack.Rcheck/00check.log
check/mlpack.Rcheck/00install.out