aboutsummaryrefslogtreecommitdiff
path: root/man/create_deg_func.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-14 15:41:56 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-14 15:41:56 +0100
commit3cddc58e6fcdd5341b354dc5b5f784ec8190f62b (patch)
tree8303617316a207e3e4ed7c1b554abf0ed77e3d39 /man/create_deg_func.Rd
parent72ef221369df14a527c2751c002b5cf3db29520d (diff)
Reduce check time for CRAN, releasev1.1.0
Diffstat (limited to 'man/create_deg_func.Rd')
-rw-r--r--man/create_deg_func.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/create_deg_func.Rd b/man/create_deg_func.Rd
index 69058038..7b419342 100644
--- a/man/create_deg_func.Rd
+++ b/man/create_deg_func.Rd
@@ -24,8 +24,8 @@ SFO_SFO <- mkinmod(
m1 = mkinsub("SFO"))
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),

Contact - Imprint