From 34ec60f1b140d788880d84b70cb62b344f7d74b9 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Sun, 16 Apr 2023 13:42:23 +0200
Subject: Complete rebuild of static docs
---
docs/dev/reference/multistart.html | 38 ++++++++++++++++++++++++++++----------
1 file changed, 28 insertions(+), 10 deletions(-)
(limited to 'docs/dev/reference/multistart.html')
diff --git a/docs/dev/reference/multistart.html b/docs/dev/reference/multistart.html
index 0f2988bd..3cdede7b 100644
--- a/docs/dev/reference/multistart.html
+++ b/docs/dev/reference/multistart.html
@@ -22,13 +22,13 @@ mixed-effects models by Duchesne et al (2021).">
mkin
- 1.2.2
+ 1.2.3
News
@@ -211,8 +228,9 @@ doi: 10.1186/s12859-021-04373-4.
library(parallel)
cl <- makePSOCKcluster(12)
f_saem_reduced_multi <- multistart(f_saem_reduced, n = 16, cluster = cl)
+#> Error in checkForRemoteErrors(val): 16 nodes produced errors; first error: unused argument (mc.preschedule = FALSE)
parplot(f_saem_reduced_multi, lpos = "topright")
-
+#> Error in parplot(f_saem_reduced_multi, lpos = "topright"): object 'f_saem_reduced_multi' not found
stopCluster(cl)
# }
@@ -229,7 +247,7 @@ doi: 10.1186/s12859-021-04373-4.
--
cgit v1.2.1