From b9be19af5e3085216d0cd5af439332f631fa8b92 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 15 Feb 2021 17:36:12 +0100 Subject: Fully rebuild docs, rerun tests and check --- vignettes/FOCUS_D.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vignettes/FOCUS_D.html') diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index f1f078db..a158629a 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -463,8 +463,8 @@ print(FOCUS_2006_D)
summary(fit)
## mkin version used for fitting:    1.0.3 
 ## R version used for fitting:       4.0.3 
-## Date of fit:     Mon Feb 15 14:11:17 2021 
-## Date of summary: Mon Feb 15 14:11:17 2021 
+## Date of fit:     Mon Feb 15 17:29:02 2021 
+## Date of summary: Mon Feb 15 17:29:03 2021 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
-- 
cgit v1.2.1


From c41381a961263c28d60976e68923157916c78b15 Mon Sep 17 00:00:00 2001
From: Johannes Ranke 
Date: Thu, 16 Sep 2021 15:31:13 +0200
Subject: Adapt and improve the dimethenamid vignette

Adapt to the corrected data and unify control parameters for saemix and
nlmixr with saem. Update docs
---
 vignettes/FOCUS_D.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'vignettes/FOCUS_D.html')

diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html
index 0e983b98..ba514c18 100644
--- a/vignettes/FOCUS_D.html
+++ b/vignettes/FOCUS_D.html
@@ -360,7 +360,7 @@ pre code {
 
 

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

Last change 31 January 2019 (rebuilt 2021-09-15)

+

Last change 31 January 2019 (rebuilt 2021-09-16)

@@ -434,10 +434,10 @@ print(FOCUS_2006_D)

A comprehensive report of the results is obtained using the summary method for mkinfit objects.

summary(fit)
-
## mkin version used for fitting:    1.0.5 
+
## mkin version used for fitting:    1.1.0 
 ## R version used for fitting:       4.1.1 
-## Date of fit:     Wed Sep 15 17:39:28 2021 
-## Date of summary: Wed Sep 15 17:39:28 2021 
+## Date of fit:     Thu Sep 16 13:57:32 2021 
+## Date of summary: Thu Sep 16 13:57:33 2021 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -445,7 +445,7 @@ print(FOCUS_2006_D)
## ## Model predictions using solution type analytical ## -## Fitted using 401 model solutions performed in 0.143 s +## Fitted using 401 model solutions performed in 0.149 s ## ## Error model: Constant variance ## -- cgit v1.2.1 From d75378911cef79b3ed95daef71bf67db413d2ac8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 17 Nov 2021 12:59:49 +0100 Subject: Update required saemix version, update tests --- vignettes/FOCUS_D.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vignettes/FOCUS_D.html') diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index ba514c18..d9127473 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -360,7 +360,7 @@ pre code {

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

Last change 31 January 2019 (rebuilt 2021-09-16)

+

Last change 31 January 2019 (rebuilt 2021-11-17)

@@ -435,9 +435,9 @@ print(FOCUS_2006_D)

A comprehensive report of the results is obtained using the summary method for mkinfit objects.

summary(fit)
## mkin version used for fitting:    1.1.0 
-## R version used for fitting:       4.1.1 
-## Date of fit:     Thu Sep 16 13:57:32 2021 
-## Date of summary: Thu Sep 16 13:57:33 2021 
+## R version used for fitting:       4.1.2 
+## Date of fit:     Wed Nov 17 12:15:48 2021 
+## Date of summary: Wed Nov 17 12:15:49 2021 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
-- 
cgit v1.2.1