From 3cddc58e6fcdd5341b354dc5b5f784ec8190f62b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 14 Mar 2022 15:41:56 +0100 Subject: Reduce check time for CRAN, release --- docs/reference/create_deg_func.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 57516fba..2516edff 100644 --- a/docs/reference/create_deg_func.html +++ b/docs/reference/create_deg_func.html @@ -111,8 +111,8 @@ #> Temporary DLL for differentials generated and loaded FOCUS_D <- subset(FOCUS_2006_D, value != 0) # to avoid warnings fit_1 <- mkinfit(SFO_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE) -fit_2 <- mkinfit(SFO_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE) # \dontrun{ +fit_2 <- mkinfit(SFO_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE) if (require(rbenchmark)) benchmark( analytical = mkinfit(SFO_SFO, FOCUS_D, solution_type = "analytical", quiet = TRUE), @@ -120,8 +120,8 @@ replications = 2) #> Loading required package: rbenchmark #> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.406 1.000 0.407 0.000 0 -#> 2 deSolve 2 0.698 1.719 0.695 0.003 0 +#> 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 @@ -134,8 +134,8 @@ 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.855 1.000 0.856 0 0 -#> 2 deSolve 2 1.588 1.857 1.587 0 0 +#> 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 -- cgit v1.2.1