1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 10:31:53 +02:00

(v1.6.0.9025) unit test update

This commit is contained in:
2021-05-13 20:53:56 +02:00
parent 9d9d62eba4
commit 994d157aa6
3 changed files with 4 additions and 4 deletions

View File

@ -145,7 +145,7 @@ jobs:
_R_CHECK_LENGTH_1_LOGIC2_: verbose
run: |
tar -xf data-raw/AMR_latest.tar.gz
R CMD CHECK AMR -no-manual -as-cran
R CMD check AMR -no-manual -as-cran
shell: bash
- name: Run R CMD check on Linux and macOS
@ -158,7 +158,7 @@ jobs:
_R_CHECK_LENGTH_1_LOGIC2_: verbose
run: |
tar -xf data-raw/AMR_latest.tar.gz
R CMD CHECK AMR --no-manual --as-cran
R CMD check AMR --no-manual --as-cran
shell: bash
- name: Show testthat output