that 1 AM error

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-18 01:05:44 +02:00
parent d67371acd1
commit 7028dcfa5b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
run: |
tar -xf data-raw/AMR_latest.tar.gz
rm -rf AMR/vignettes
Rscript -e "writeLines(readLines('DESCRIPTION')[!grepl('VignetteBuilder', readLines('DESCRIPTION'))], 'DESCRIPTION')"
Rscript -e "writeLines(readLines('AMR/DESCRIPTION')[!grepl('VignetteBuilder', readLines('AMR/DESCRIPTION'))], 'AMR/DESCRIPTION')"
shell: bash
- name: Run R CMD check