From 2bb59c88d49b193f278916ad9cc4de83c0de9604 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 2 Mar 2022 18:03:54 +0100 Subject: Make tests more platform independent, update docs --- vignettes/FOCUS_L.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'vignettes/FOCUS_L.html') diff --git a/vignettes/FOCUS_L.html b/vignettes/FOCUS_L.html index 4a66985e..2934bc99 100644 --- a/vignettes/FOCUS_L.html +++ b/vignettes/FOCUS_L.html @@ -1513,7 +1513,7 @@ div.tocify {

Example evaluation of FOCUS Laboratory Data L1 to L3

Johannes Ranke

-

Last change 17 November 2016 (rebuilt 2022-02-08)

+

Last change 17 November 2016 (rebuilt 2022-03-02)

@@ -1534,8 +1534,8 @@ FOCUS_2006_L1_mkin <- mkin_wide_to_long(FOCUS_2006_L1) summary(m.L1.SFO)
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:28 2022 
-## Date of summary: Tue Feb  8 17:20:28 2022 
+## Date of fit:     Wed Mar  2 16:28:09 2022 
+## Date of summary: Wed Mar  2 16:28:09 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -1635,15 +1635,15 @@ summary(m.L1.SFO)
## doubtful
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:28 2022 
-## Date of summary: Tue Feb  8 17:20:28 2022 
+## Date of fit:     Wed Mar  2 16:28:09 2022 
+## Date of summary: Wed Mar  2 16:28:09 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
 ## 
 ## Model predictions using solution type analytical 
 ## 
-## Fitted using 369 model solutions performed in 0.081 s
+## Fitted using 369 model solutions performed in 0.082 s
 ## 
 ## Error model: Constant variance 
 ## 
@@ -1740,8 +1740,8 @@ plot(m.L2.FOMC, show_residuals = TRUE,
 
summary(m.L2.FOMC, data = FALSE)
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:28 2022 
-## Date of summary: Tue Feb  8 17:20:28 2022 
+## Date of fit:     Wed Mar  2 16:28:10 2022 
+## Date of summary: Wed Mar  2 16:28:10 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
@@ -1818,8 +1818,8 @@ plot(m.L2.DFOP, show_residuals = TRUE, show_errmin = TRUE,
 
summary(m.L2.DFOP, data = FALSE)
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:29 2022 
-## Date of summary: Tue Feb  8 17:20:29 2022 
+## Date of fit:     Wed Mar  2 16:28:10 2022 
+## Date of summary: Wed Mar  2 16:28:10 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -1828,7 +1828,7 @@ plot(m.L2.DFOP, show_residuals = TRUE, show_errmin = TRUE,
 ## 
 ## Model predictions using solution type analytical 
 ## 
-## Fitted using 581 model solutions performed in 0.136 s
+## Fitted using 581 model solutions performed in 0.137 s
 ## 
 ## Error model: Constant variance 
 ## 
@@ -1918,8 +1918,8 @@ plot(mm.L3)
summary(mm.L3[["DFOP", 1]])
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:29 2022 
-## Date of summary: Tue Feb  8 17:20:29 2022 
+## Date of fit:     Wed Mar  2 16:28:10 2022 
+## Date of summary: Wed Mar  2 16:28:10 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -1928,7 +1928,7 @@ plot(mm.L3)
## ## Model predictions using solution type analytical ## -## Fitted using 376 model solutions performed in 0.078 s +## Fitted using 376 model solutions performed in 0.08 s ## ## Error model: Constant variance ## @@ -2026,8 +2026,8 @@ plot(mm.L4)
summary(mm.L4[["SFO", 1]], data = FALSE)
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:29 2022 
-## Date of summary: Tue Feb  8 17:20:30 2022 
+## Date of fit:     Wed Mar  2 16:28:11 2022 
+## Date of summary: Wed Mar  2 16:28:11 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -2090,8 +2090,8 @@ plot(mm.L4)
summary(mm.L4[["FOMC", 1]], data = FALSE)
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.2 
-## Date of fit:     Tue Feb  8 17:20:30 2022 
-## Date of summary: Tue Feb  8 17:20:30 2022 
+## Date of fit:     Wed Mar  2 16:28:11 2022 
+## Date of summary: Wed Mar  2 16:28:11 2022 
 ## 
 ## Equations:
 ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
-- 
cgit v1.2.1