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/create_deg_func.html | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'docs/reference/create_deg_func.html') diff --git a/docs/reference/create_deg_func.html b/docs/reference/create_deg_func.html index 2516edff..36b054fe 100644 --- a/docs/reference/create_deg_func.html +++ b/docs/reference/create_deg_func.html @@ -114,31 +114,21 @@ # \dontrun{ fit_2 <- mkinfit(SFO_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE) if (require(rbenchmark)) - benchmark( + benchmark( analytical = mkinfit(SFO_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), deSolve = mkinfit(SFO_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2) #> Loading required package: rbenchmark -#> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.394 1.000 0.393 0 0 -#> 2 deSolve 2 0.678 1.721 0.677 0 0 -#> sys.child -#> 1 0 -#> 2 0 +#> Warning: there is no package called ‘rbenchmark’ DFOP_SFO <- mkinmod( parent = mkinsub("DFOP", "m1"), m1 = mkinsub("SFO")) #> Temporary DLL for differentials generated and loaded - benchmark( + benchmark( analytical = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), deSolve = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2) -#> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.829 1.000 0.829 0 0 -#> 2 deSolve 2 1.559 1.881 1.559 0 0 -#> sys.child -#> 1 0 -#> 2 0 +#> Error in benchmark(analytical = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), deSolve = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2): could not find function "benchmark" # } @@ -154,7 +144,7 @@
-

Site built with pkgdown 2.0.2.

+

Site built with pkgdown 2.0.3.

-- cgit v1.2.1