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/plot.mixed.mmkin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/reference/plot.mixed.mmkin.html') diff --git a/docs/dev/reference/plot.mixed.mmkin.html b/docs/dev/reference/plot.mixed.mmkin.html index 4108aea3..6ed7cbba 100644 --- a/docs/dev/reference/plot.mixed.mmkin.html +++ b/docs/dev/reference/plot.mixed.mmkin.html @@ -277,10 +277,10 @@ corresponding model prediction lines for the different datasets.

f_saem <- saem(f)
#> Running main SAEM algorithm -#> [1] "Mon Nov 9 17:18:17 2020" +#> [1] "Thu Nov 19 14:51:14 2020" #> .... #> Minimisation finished -#> [1] "Mon Nov 9 17:18:26 2020"
plot(f_saem) +#> [1] "Thu Nov 19 14:51:24 2020"
plot(f_saem)
# }
-- cgit v1.2.1