mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 08:52:15 +02:00
(v1.0.0.9005) info printing only in interactive mode
This commit is contained in:
@ -19,7 +19,7 @@ Leclercq et al. \strong{EUCAST expert rules in antimicrobial susceptibility test
|
||||
eucast_rules(
|
||||
x,
|
||||
col_mo = NULL,
|
||||
info = TRUE,
|
||||
info = interactive(),
|
||||
rules = c("breakpoints", "expert", "other", "all"),
|
||||
verbose = FALSE,
|
||||
...
|
||||
|
@ -27,7 +27,7 @@ first_isolate(
|
||||
type = "keyantibiotics",
|
||||
ignore_I = TRUE,
|
||||
points_threshold = 2,
|
||||
info = TRUE,
|
||||
info = interactive(),
|
||||
include_unknown = FALSE,
|
||||
...
|
||||
)
|
||||
|
@ -22,7 +22,7 @@ mdro(
|
||||
x,
|
||||
guideline = "CMI2012",
|
||||
col_mo = NULL,
|
||||
info = TRUE,
|
||||
info = interactive(),
|
||||
pct_required_classes = 0.5,
|
||||
combine_SI = TRUE,
|
||||
verbose = FALSE,
|
||||
|
@ -18,7 +18,7 @@ resistance_predict(
|
||||
model = NULL,
|
||||
I_as_S = TRUE,
|
||||
preserve_measurements = TRUE,
|
||||
info = TRUE,
|
||||
info = interactive(),
|
||||
...
|
||||
)
|
||||
|
||||
@ -33,7 +33,7 @@ rsi_predict(
|
||||
model = NULL,
|
||||
I_as_S = TRUE,
|
||||
preserve_measurements = TRUE,
|
||||
info = TRUE,
|
||||
info = interactive(),
|
||||
...
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user