diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-03 17:40:27 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-03 17:40:27 +0200 |
commit | d004cfb133b2b38808a736916152b85c5df6568f (patch) | |
tree | fb61741b5b51bd2b5799759b6454980d11b6f3b8 /tests/testthat | |
parent | 2fb8a479b9075681ab69063127f4e58a1f9b2052 (diff) |
Skip a test on CRAN/winbuilder
The test uses multiple cores in order to complete within a reasonable time
Diffstat (limited to 'tests/testthat')
-rw-r--r-- | tests/testthat/test_error_models.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_error_models.R b/tests/testthat/test_error_models.R index fa1f7131..33e44bf8 100644 --- a/tests/testthat/test_error_models.R +++ b/tests/testthat/test_error_models.R @@ -211,6 +211,7 @@ test_that("The different error model fitting methods work for parent fits", { }) test_that("The default error model algorithm finds the best known AIC values for parent fits", { + skip_on_cran() f_tc_exp_d_3 <- mmkin(c("SFO", "DFOP", "HS"), lapply(experimental_data_for_UBA_2019, function(x) x$data), error_model = "tc", |