From cf54ccca37d27480dbf8d59eb027300518f7ad75 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 19 May 2023 17:08:43 +0200
Subject: Prepare release of v1.2.4
- Update DESCRIPTION
- Update Makefile to document how to use R-patched
- Remove markup from two URLs to avoid CRAN NOTE
- Switch two vignettes from html_document to html_vignette to save space
in the docs directory, also avoiding a CRAN NOTE
- Complete rebuild of pkgdown docs for release
---
docs/reference/mixed.html | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
(limited to 'docs/reference/mixed.html')
diff --git a/docs/reference/mixed.html b/docs/reference/mixed.html
index b35794d9..91bb26ce 100644
--- a/docs/reference/mixed.html
+++ b/docs/reference/mixed.html
@@ -17,7 +17,7 @@
mkin
- 1.2.3
+ 1.2.4
@@ -204,16 +204,18 @@ single dataframe which is convenient for plotting
#> Status of individual fits:
#>
#> dataset
-#> model 1 2 3 4 5 6 7 8
-#> DFOP-SFO OK OK OK OK OK OK OK OK
+#> model 1 2 3 4 5 6 7 8
+#> DFOP-SFO OK OK OK OK OK C OK OK
#>
+#> C: Optimisation did not converge:
+#> iteration limit reached without convergence (10)
#> OK: No warnings
#>
#> Mean fitted parameters:
#> parent_0 log_k_m1 f_parent_qlogis log_k1 log_k2
-#> 100.674757 -8.761916 -0.004347 -3.348812 -3.986853
+#> 100.605312 -8.758664 -0.001917 -3.350887 -3.990017
#> g_qlogis
-#> -0.087392
+#> -0.091167
plot(f_mixed)
# }
--
cgit v1.2.1