diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 22:11:02 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 22:11:02 +0100 |
commit | 5ec8e1bad1aa7d79ee9c19bdd50be07f81a14278 (patch) | |
tree | 26aaa01d53bac4e2b04de6d04385e34d3a246606 /tests/testthat/setup_script.R | |
parent | b6b7e387261e5483f1bdfafaaa975e2f24c6567c (diff) |
Move two saem fits from setup script to skipped tests
Save winbuilder/CRAN check time...
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r-- | tests/testthat/setup_script.R | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R index 2448886d..4e2f76ab 100644 --- a/tests/testthat/setup_script.R +++ b/tests/testthat/setup_script.R @@ -109,7 +109,4 @@ sfo_saem_1_reduced <- update(sfo_saem_1, no_random_effect = "parent_0") dfop_saem_1 <- saem(mmkin_dfop_1, quiet = TRUE, transformations = "mkin", no_random_effect = c("parent_0", "g_qlogis")) -saem_dfop_sfo_m <- saem(mmkin_dfop_sfo, transformations = "mkin", quiet = TRUE) -saem_dfop_sfo_s <- saem(mmkin_dfop_sfo, transformations = "saemix", quiet = TRUE) - parallel::stopCluster(cl) |