From 4f62f39b8979cb3a5c52d65d425e530dc0770665 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Sun, 16 Feb 2025 17:27:18 +0100
Subject: Fix solution type "deSolve" for a special case
The special case occurs if not observed data for time zero
are available. Fixes #16. Write NEWS and update docs.
A lot of html was regenerated, because I had checked out
the main branch in between, which made pkgdown believe that
I have changed the help files.
---
docs/dev/reference/mkinmod.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/dev/reference/mkinmod.html')
diff --git a/docs/dev/reference/mkinmod.html b/docs/dev/reference/mkinmod.html
index d26086eb..9824bf3a 100644
--- a/docs/dev/reference/mkinmod.html
+++ b/docs/dev/reference/mkinmod.html
@@ -290,7 +290,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
m1 = mkinsub("SFO", full_name = "Metabolite M1"),
name = "SFO_SFO", dll_dir = DLL_dir, unload = TRUE, overwrite = TRUE)
#> Temporary DLL for differentials generated and loaded
-#> Copied DLL from /tmp/RtmpSeNGYy/file226312370605e2.so to /home/jranke/.local/share/mkin/SFO_SFO.so
+#> Copied DLL from /tmp/RtmpHpDSpx/file2445be5e83d15b.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
@@ -343,7 +343,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
#> })
#> return(predicted)
#> }
-#> <environment: 0x5555577ec6d0>
+#> <environment: 0x55555f1f7f68>
# If we have several parallel metabolites
# (compare tests/testthat/test_synthetic_data_for_UBA_2014.R)
--
cgit v1.2.1