From 9464ef97992c31436b39110a9b19e2ee3990df71 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 4 Mar 2019 11:07:53 +0100 Subject: Winbuilder also needs cores = 1 --- tests/testthat/test_plots_summary_twa.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)") -- cgit v1.2.1