mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 04:21:49 +02:00
(v1.0.0.9005) info printing only in interactive mode
This commit is contained in:
@ -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