diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-14 15:41:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-14 15:41:56 +0100 |
commit | 3cddc58e6fcdd5341b354dc5b5f784ec8190f62b (patch) | |
tree | 8303617316a207e3e4ed7c1b554abf0ed77e3d39 /R/create_deg_func.R | |
parent | 72ef221369df14a527c2751c002b5cf3db29520d (diff) |
Reduce check time for CRAN, releasev1.1.0
Diffstat (limited to 'R/create_deg_func.R')
-rw-r--r-- | R/create_deg_func.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/create_deg_func.R b/R/create_deg_func.R index 4b4284db..5794c65c 100644 --- a/R/create_deg_func.R +++ b/R/create_deg_func.R @@ -10,8 +10,8 @@ #' 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), |