diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 02:04:37 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 02:04:37 +0200 | 
| commit | 36dd8f47c147ed64874c88c9914a1ab4850a72cc (patch) | |
| tree | 64d4279b26fb347440f44012aafac1d2b688040e | |
| parent | 6b910647d22e54a8c0b9c7f837af8dce150d5ee2 (diff) | |
Skip llhist and parhist tests as platform dependent
| -rw-r--r-- | tests/testthat/test_multistart.R | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/testthat/test_multistart.R b/tests/testthat/test_multistart.R index 8408413f..2c7a2bc0 100644 --- a/tests/testthat/test_multistart.R +++ b/tests/testthat/test_multistart.R @@ -8,6 +8,7 @@ test_that("multistart works for saem.mmkin models", {      file = "print_multistart_biphasic.txt")    skip_on_cran() +  skip_on_travis()    llhist_biphasic <- function() llhist(saem_biphasic_m_multi)    parhist_biphasic <- function() parhist(saem_biphasic_m_multi, | 
