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

m1 = list(type = "SFO"), use_of_ff = "max") #> Temporary DLL for differentials generated and loaded if(require(rbenchmark)) { - benchmark(replications = 10, order = "relative", columns = c("test", "relative", "elapsed"), + benchmark(replications = 10, order = "relative", columns = c("test", "relative", "elapsed"), eigen = mkinpredict(SFO_SFO, c(k_parent = 0.15, f_parent_to_m1 = 0.5, k_m1 = 0.01), c(parent = 100, m1 = 0), seq(0, 20, by = 0.1), @@ -336,11 +336,8 @@ as these always return mapped output.

c(parent = 100, m1 = 0), seq(0, 20, by = 0.1), solution_type = "analytical", use_compiled = FALSE)[201,]) } -#> test relative elapsed -#> 4 analytical 1.00 0.004 -#> 2 deSolve_compiled 1.50 0.006 -#> 1 eigen 5.25 0.021 -#> 3 deSolve 52.00 0.208 +#> Loading required package: rbenchmark +#> Warning: there is no package called ‘rbenchmark’ # \dontrun{ # Predict from a fitted model @@ -370,7 +367,7 @@ as these always return mapped output.

-

Site built with pkgdown 2.0.2.

+

Site built with pkgdown 2.0.3.

-- cgit v1.2.1