1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 23:41:57 +02:00

(v2.1.1.9117) fix unit tests for old R versions

This commit is contained in:
2024-12-13 10:35:17 +01:00
parent 175a6777f3
commit bfef094bbc
9 changed files with 6 additions and 6 deletions

View File

@ -112,7 +112,7 @@ jobs:
run: |
cd ..
R CMD build AMR
R CMD check --as-cran --no-manual --run-donttest --run-dontrun AMR_*.tar.gz
R CMD check --as-cran --no-manual --run-donttest AMR_*.tar.gz
shell: bash
- name: Show tinytest output