From db9ae6a0c9cecb92048fde6f06af1da183c09b5f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Nov 2020 15:41:24 +0100 Subject: Depend on parallel, doc improvements By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. --- docs/dev/reference/mkinpredict.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/reference/mkinpredict.html') diff --git a/docs/dev/reference/mkinpredict.html b/docs/dev/reference/mkinpredict.html index 7d522eb1..d3a86276 100644 --- a/docs/dev/reference/mkinpredict.html +++ b/docs/dev/reference/mkinpredict.html @@ -407,11 +407,11 @@ as these always return mapped output.

c(parent = 100, m1 = 0), seq(0, 20, by = 0.1), solution_type = "analytical", use_compiled = FALSE)[201,]) } -
#> Loading required package: rbenchmark
#> test relative elapsed +
#> test relative elapsed #> 2 deSolve_compiled 1.0 0.005 +#> 4 analytical 1.0 0.005 #> 1 eigen 4.0 0.020 -#> 4 analytical 4.0 0.020 -#> 3 deSolve 45.6 0.228
+#> 3 deSolve 44.6 0.223
# \dontrun{ # Predict from a fitted model f <- mkinfit(SFO_SFO, FOCUS_2006_C, quiet = TRUE) -- cgit v1.2.1