From 524a8bba89b95840b4e9215c403947a8bb76d7b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Nov 2020 16:05:10 +0100 Subject: Complete rebuild of static docs of dev version --- docs/dev/articles/FOCUS_D.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/dev/articles/FOCUS_D.html') diff --git a/docs/dev/articles/FOCUS_D.html b/docs/dev/articles/FOCUS_D.html index e526b3a7..dd86f677 100644 --- a/docs/dev/articles/FOCUS_D.html +++ b/docs/dev/articles/FOCUS_D.html @@ -102,7 +102,7 @@

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

2020-11-19

+

2020-11-30

Source: vignettes/FOCUS_D.rmd @@ -163,8 +163,8 @@

Next we specify the degradation model: The parent compound degrades with simple first-order kinetics (SFO) to one metabolite named m1, which also degrades with SFO kinetics.

The call to mkinmod returns a degradation model. The differential equations represented in R code can be found in the character vector $diffs of the mkinmod object. If a C compiler (gcc) is installed and functional, the differential equation model will be compiled from auto-generated C code.

-SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
-
## Successfully compiled differential equation model from auto-generated C code.
+SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) +
## Temporary DLL for differentials generated and loaded
 print(SFO_SFO$diffs)
##                                                    parent 
@@ -189,8 +189,8 @@
 summary(fit)
## mkin version used for fitting:    0.9.50.4 
 ## R version used for fitting:       4.0.3 
-## Date of fit:     Thu Nov 19 15:00:06 2020 
-## Date of summary: Thu Nov 19 15:00:06 2020 
+## Date of fit:     Mon Nov 30 16:01:50 2020 
+## Date of summary: Mon Nov 30 16:01:50 2020 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -198,7 +198,7 @@
 ## 
 ## Model predictions using solution type analytical 
 ## 
-## Fitted using 401 model solutions performed in 0.188 s
+## Fitted using 401 model solutions performed in 0.161 s
 ## 
 ## Error model: Constant variance 
 ## 
-- 
cgit v1.2.1