1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-28 18:12:16 +02:00

styled, unit test fix

This commit is contained in:
2022-08-28 10:31:50 +02:00
parent 4cb1db4554
commit 4d050aef7c
147 changed files with 10897 additions and 8169 deletions

View File

@@ -263,11 +263,13 @@ mo_type("Klebsiella pneumoniae")
mo_type("Klebsiella pneumoniae")
mo_fullname("S. pyogenes",
Lancefield = TRUE,
language = "de")
Lancefield = TRUE,
language = "de"
)
mo_fullname("S. pyogenes",
Lancefield = TRUE,
language = "nl")
Lancefield = TRUE,
language = "nl"
)
# other --------------------------------------------------------------------
@@ -278,7 +280,7 @@ mo_is_yeast(c("Candida", "Trichophyton", "Klebsiella"))
if (require("dplyr")) {
example_isolates \%>\%
filter(mo_is_gram_positive())
example_isolates \%>\%
filter(mo_is_intrinsic_resistant(ab = "vanco"))
}