aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_saemix_parent.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-26 00:57:40 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-26 00:57:40 +0200
commit0d8521f3f60082f0fd27da00a7ac8bcef9ee5ba0 (patch)
tree2065de43684960b6c41d74a59d215b3bc0163ac8 /tests/testthat/test_saemix_parent.R
parent4030a3083d7ca51bc5d606dd95a877fb00967003 (diff)
Make multistart work with testthat scopes
Also skip long-running test with saem using the analytical from mkin
Diffstat (limited to 'tests/testthat/test_saemix_parent.R')
-rw-r--r--tests/testthat/test_saemix_parent.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saemix_parent.R b/tests/testthat/test_saemix_parent.R
index 4504e573..d8b6b19e 100644
--- a/tests/testthat/test_saemix_parent.R
+++ b/tests/testthat/test_saemix_parent.R
@@ -140,7 +140,7 @@ test_that("We can also use mkin solution methods for saem", {
expect_error(saem(mmkin_dfop_1, quiet = TRUE, transformations = "saemix", solution_type = "analytical"),
"saemix transformations is only supported if an analytical solution is implemented"
)
- skip_on_cran() # This still takes almost 2.5 minutes although we do not solve ODEs
+ skip("This still takes almost 2.5 minutes although we do not solve ODEs")
dfop_saemix_3 <- saem(mmkin_dfop_1, quiet = TRUE, transformations = "mkin",
solution_type = "analytical", no_random_effect = "parent_0")
distimes_dfop <- endpoints(dfop_saemix_1)$distimes

Contact - Imprint