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/mkinpredict.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/reference/mkinpredict.html') diff --git a/docs/dev/reference/mkinpredict.html b/docs/dev/reference/mkinpredict.html index e11dacdf..4b6c54e3 100644 --- a/docs/dev/reference/mkinpredict.html +++ b/docs/dev/reference/mkinpredict.html @@ -353,10 +353,10 @@ as these always return mapped output.

solution_type = "analytical", use_compiled = FALSE)[201,]) } #> test relative elapsed -#> 2 deSolve_compiled 1.0 0.002 #> 4 analytical 1.0 0.002 +#> 2 deSolve_compiled 1.5 0.003 #> 1 eigen 4.0 0.008 -#> 3 deSolve 30.5 0.061 +#> 3 deSolve 31.0 0.062 # \dontrun{ # Predict from a fitted model -- cgit v1.2.1