diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-02 19:08:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-02 19:08:21 +0100 |
commit | b69d55795c77725f5eaa4c99f51f5e1083665872 (patch) | |
tree | 68faf0f4ede27b678ddcc77f7527c3656103f09d /tests | |
parent | 2bb59c88d49b193f278916ad9cc4de83c0de9604 (diff) |
Skip some tests on CRAN to reduce load
In the hope that winbuilder will cope better then
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testthat/test_dmta.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testthat/test_dmta.R b/tests/testthat/test_dmta.R index de4cbab7..2927b711 100644 --- a/tests/testthat/test_dmta.R +++ b/tests/testthat/test_dmta.R @@ -17,6 +17,7 @@ dmta_dfop_tc <- mmkin("DFOP", dmta_ds, error_model = "tc", quiet = TRUE) test_that("Different backends get consistent results for DFOP tc, dimethenamid data", { + skip_on_cran() # Time constraints # nlme expect_warning( nlme_dfop_tc <- nlme(dmta_dfop_tc), @@ -141,6 +142,7 @@ dmta_sfo_sfo3p_tc <- mmkin(list("SFO-SFO3+" = sfo_sfo3p), test_that("Different backends get consistent results for SFO-SFO3+, dimethenamid data", { + skip_on_cran() # Time constraints expect_warning(nlme_sfo_sfo3p_tc <- nlme(dmta_sfo_sfo3p_tc, start = mean_degparms(dmta_sfo_sfo3p_tc, test_log_parms = TRUE)), "Iteration 5, LME step.*not converge") |