diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 10:23:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 10:23:16 +0100 |
commit | 75d436be311fff523148dbb078d4c8336740dea5 (patch) | |
tree | d004bfd2e0dc552e21be9a09317c7f883c7217a4 /tests/testthat/setup_script.R | |
parent | b69d55795c77725f5eaa4c99f51f5e1083665872 (diff) |
More work to try to pass tests on R-devel winbuilder
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r-- | tests/testthat/setup_script.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R index ca0ca313..ec96fbc2 100644 --- a/tests/testthat/setup_script.R +++ b/tests/testthat/setup_script.R @@ -187,7 +187,6 @@ mmkin_sfo_1 <- mmkin("SFO", ds_sfo, quiet = TRUE, error_model = "tc", cores = n_ mmkin_dfop_1 <- mmkin("DFOP", ds_dfop, quiet = TRUE, cores = n_cores) mmkin_biphasic <- mmkin(list("DFOP-SFO" = DFOP_SFO), ds_biphasic, quiet = TRUE, cores = n_cores, error_model = "tc") -mmkin_biphasic_mixed <- mixed(mmkin_biphasic) # nlme dfop_nlme_1 <- nlme(mmkin_dfop_1) |