aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_schaefer07_complex_case.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:04:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:04:49 +0200
commitffc12f79fdb283bc59f073208c883b84271be121 (patch)
treea22b49971aa1a466421412aa8bbce9aa117afe53 /tests/testthat/test_schaefer07_complex_case.R
parent6c65cba39dbca98caf3f8e69552b3454ec1721fc (diff)
Make mkinmod quiet in tests
Diffstat (limited to 'tests/testthat/test_schaefer07_complex_case.R')
-rw-r--r--tests/testthat/test_schaefer07_complex_case.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_schaefer07_complex_case.R b/tests/testthat/test_schaefer07_complex_case.R
index 1ef5106e..1b51e5d2 100644
--- a/tests/testthat/test_schaefer07_complex_case.R
+++ b/tests/testthat/test_schaefer07_complex_case.R
@@ -25,7 +25,7 @@ schaefer07_complex_model <- mkinmod(
A1 = list(type = "SFO", to = "A2"),
B1 = list(type = "SFO"),
C1 = list(type = "SFO"),
- A2 = list(type = "SFO"), use_of_ff = "max")
+ A2 = list(type = "SFO"), use_of_ff = "max", quiet = TRUE)
schaefer07_long <- mkin_wide_to_long(schaefer07_complex_case, time = "time")

Contact - Imprint