From 91c5db736a4d3f2290a0cc5698fb4e35ae7bda59 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Wed, 18 May 2022 21:26:17 +0200
Subject: Remove outdated comment in FOCUS L vignette, update docs
This also adds the first benchmark results obtained on my laptop system
---
docs/reference/mkinmod.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'docs/reference/mkinmod.html')
diff --git a/docs/reference/mkinmod.html b/docs/reference/mkinmod.html
index 72a9ea52..3a29b39b 100644
--- a/docs/reference/mkinmod.html
+++ b/docs/reference/mkinmod.html
@@ -258,6 +258,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
# \dontrun{
fit_sfo_sfo <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE, solution_type = "deSolve")
+#> Warning: Observations with value of zero were removed from the data
# Now supplying compound names used for plotting, and write to user defined location
# We need to choose a path outside the session tempdir because this gets removed
@@ -267,13 +268,14 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
parent = mkinsub("SFO", "m1", full_name = "Test compound"),
m1 = mkinsub("SFO", full_name = "Metabolite M1"),
name = "SFO_SFO", dll_dir = DLL_dir, unload = TRUE, overwrite = TRUE)
-#> Copied DLL from /tmp/Rtmp1TiIZY/file1180516cafe4a2.so to /home/jranke/.local/share/mkin/SFO_SFO.so
+#> Copied DLL from /tmp/RtmpkcKjUM/file8dd657f864c2.so to /home/jranke/.local/share/mkin/SFO_SFO.so
# Now we can save the model and restore it in a new session
saveRDS(SFO_SFO.2, file = "~/SFO_SFO.rds")
# Terminate the R session here if you would like to check, and then do
library(mkin)
SFO_SFO.3 <- readRDS("~/SFO_SFO.rds")
fit_sfo_sfo <- mkinfit(SFO_SFO.3, FOCUS_2006_D, quiet = TRUE, solution_type = "deSolve")
+#> Warning: Observations with value of zero were removed from the data
# Show details of creating the C function
SFO_SFO <- mkinmod(
@@ -319,7 +321,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
#> })
#> return(predicted)
#> }
-#> <environment: 0x55555f6c4cd8>
+#> <environment: 0x55cc1a5f8ad8>
# If we have several parallel metabolites
# (compare tests/testthat/test_synthetic_data_for_UBA_2014.R)
@@ -348,7 +350,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
--
cgit v1.2.1