diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-01 10:42:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-01 10:42:56 +0100 |
commit | c013e35de82825786a12fa98a202219dd241257e (patch) | |
tree | d0bf144328f1a43b5cd5b5b33ed319829c8eab9d /tests/testthat/test_mixed.R | |
parent | 1d581d24bc85402770a195b44e453a1449597faf (diff) |
Some more tests for nlmixr.mmkin
Diffstat (limited to 'tests/testthat/test_mixed.R')
-rw-r--r-- | tests/testthat/test_mixed.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index 2e241931..d30dcaa8 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -83,6 +83,8 @@ test_that("nlmixr results are reproducible for biphasic fits", { test_summary$date.summary <- "Dummy date for testing" test_summary$time <- c(elapsed = "test time 0") + expect_known_output(print(nlmixr_saem_biphasic, digits = 1), "print_nlmixr_saem_biphasic.txt") + expect_known_output(print(nlmixr_saem_biphasic_tc, digits = 1), "print_nlmixr_saem_biphasic_tc.txt") expect_known_output(print(test_summary, digits = 1), "summary_nlmixr_saem_biphasic.txt") }) |