1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 13:01:58 +02:00

(v1.3.0.9012) data sets vignette update

This commit is contained in:
2020-08-29 21:41:46 +02:00
parent 50b953b141
commit 4f72b3bfc4
58 changed files with 282 additions and 216 deletions

View File

@ -27,6 +27,10 @@ on:
pull_request:
branches:
- master
schedule:
# run a schedule everyday at 3 AM.
# this is to check that all dependencies are still available (see R/zzz.R)
- cron: '0 3 * * *'
name: R-code-check

View File

@ -63,5 +63,5 @@ jobs:
shell: Rscript {0}
- name: Test coverage
run: covr::codecov(line_exclusions = list("R/atc_online.R", "R/mo_source.R", "R/resistance_predict.R", "R/aa_helper_functions_dplyr.R"))
run: covr::codecov(line_exclusions = list("R/atc_online.R", "R/mo_source.R", "R/resistance_predict.R", "R/aa_helper_functions_dplyr.R"), quiet = FALSE)
shell: Rscript {0}

View File

@ -26,7 +26,6 @@ on:
- master
pull_request:
branches:
- premaster
- master
name: lintr