mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 14:01:55 +02:00
(v1.6.0.9047) filter_ab_class() fixes
This commit is contained in:
3
.github/workflows/check.yaml
vendored
3
.github/workflows/check.yaml
vendored
@ -127,6 +127,7 @@ jobs:
|
||||
tar -xf data-raw/AMR_latest.tar.gz
|
||||
rm -rf AMR/vignettes
|
||||
Rscript -e "writeLines(readLines('AMR/DESCRIPTION')[!grepl('VignetteBuilder', readLines('AMR/DESCRIPTION'))], 'AMR/DESCRIPTION')"
|
||||
cat AMR/DESCRIPTION
|
||||
shell: bash
|
||||
|
||||
- name: Run R CMD check
|
||||
@ -140,7 +141,7 @@ jobs:
|
||||
R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }}
|
||||
R_RUN_TINYTEST: true
|
||||
run: |
|
||||
R CMD check --no-manual --no-vignettes AMR
|
||||
R CMD check --no-manual --no-vignettes --no-build-vignettes --ignore-vignettes AMR
|
||||
shell: bash
|
||||
|
||||
- name: Show unit tests output
|
||||
|
Reference in New Issue
Block a user