diff options
| -rw-r--r-- | tests/testthat/test_plots_summary_twa.R | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/testthat/test_plots_summary_twa.R b/tests/testthat/test_plots_summary_twa.R index f58ce764..201faa73 100644 --- a/tests/testthat/test_plots_summary_twa.R +++ b/tests/testthat/test_plots_summary_twa.R @@ -19,7 +19,7 @@  models <- c("SFO", "FOMC", "DFOP", "HS")  fits <- mmkin(models,    list(FOCUS_C = FOCUS_2006_C, FOCUS_D = FOCUS_2006_D), -  quiet = TRUE, cores = if (Sys.getenv("TRAVIS") == "") 15 else 1) +  quiet = TRUE, cores = 1)  context("Calculation of maximum time weighted average concentrations (TWAs)") | 
