From 34ec60f1b140d788880d84b70cb62b344f7d74b9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Apr 2023 13:42:23 +0200 Subject: Complete rebuild of static docs --- docs/dev/reference/mkinmod.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/reference/mkinmod.html') diff --git a/docs/dev/reference/mkinmod.html b/docs/dev/reference/mkinmod.html index 2bade85e..50ec64fa 100644 --- a/docs/dev/reference/mkinmod.html +++ b/docs/dev/reference/mkinmod.html @@ -329,7 +329,8 @@ 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/RtmpQitVfY/file9cd3235ec83e.so to /home/jranke/.local/share/mkin/SFO_SFO.so +#> Temporary DLL for differentials generated and loaded +#> Copied DLL from /tmp/RtmpiGRJ6t/file5c7f7365e02a0.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 @@ -337,7 +338,6 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media

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 -#> Error in is.loaded(initfunc, PACKAGE = dllname, type = ""): invalid 'PACKAGE' argument # Show details of creating the C function SFO_SFO <- mkinmod( @@ -383,7 +383,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media

#> }) #> return(predicted) #> } -#> <environment: 0x55558875dc90> +#> <environment: 0x555558bd6708> # If we have several parallel metabolites # (compare tests/testthat/test_synthetic_data_for_UBA_2014.R) -- cgit v1.2.1