2020-01-05 17:22:09 +01:00
|
|
|
# ==================================================================== #
|
|
|
|
# TITLE #
|
|
|
|
# Antimicrobial Resistance (AMR) Analysis #
|
|
|
|
# #
|
|
|
|
# SOURCE #
|
|
|
|
# https://gitlab.com/msberends/AMR #
|
|
|
|
# #
|
|
|
|
# LICENCE #
|
|
|
|
# (c) 2018-2020 Berends MS, Luz CF et al. #
|
|
|
|
# #
|
|
|
|
# This R package is free software; you can freely use and distribute #
|
|
|
|
# it for both personal and commercial purposes under the terms of the #
|
|
|
|
# GNU General Public License version 2.0 (GNU GPL-2), as published by #
|
|
|
|
# the Free Software Foundation. #
|
|
|
|
# #
|
|
|
|
# We created this package for both routine data analysis and academic #
|
|
|
|
# research and it was publicly released in the hope that it will be #
|
|
|
|
# useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. #
|
|
|
|
# Visit our website for more info: https://msberends.gitlab.io/AMR. #
|
|
|
|
# ==================================================================== #
|
|
|
|
|
2019-04-09 14:59:17 +02:00
|
|
|
codecov:
|
|
|
|
notify:
|
2019-07-11 16:08:56 +02:00
|
|
|
require_ci_to_pass: no # allow fail
|
2019-04-09 14:59:17 +02:00
|
|
|
ci:
|
|
|
|
- !appveyor # ignore CI builds by AppVeyor
|
|
|
|
|
|
|
|
comment: no
|
|
|
|
|
|
|
|
coverage:
|
2019-05-13 14:56:23 +02:00
|
|
|
precision: 1
|
2019-04-09 14:59:17 +02:00
|
|
|
round: up
|
|
|
|
range: "0...100"
|
|
|
|
status:
|
|
|
|
project: no
|
|
|
|
patch: no
|
|
|
|
changes: no
|
2019-05-13 16:35:48 +02:00
|
|
|
|
|
|
|
ignore:
|
|
|
|
- "R/atc_online.R"
|
2019-11-05 21:52:58 +01:00
|
|
|
- "R/mo_history.R"
|
2019-05-31 14:25:11 +02:00
|
|
|
- "R/mo_source.R"
|
2019-11-05 21:52:58 +01:00
|
|
|
- "R/resistance_predict.R" # gives a strange error but unit tests work
|