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/summary.nlme.mmkin.R | |
parent | 72ef221369df14a527c2751c002b5cf3db29520d (diff) |
Reduce check time for CRAN, releasev1.1.0
Diffstat (limited to 'R/summary.nlme.mmkin.R')
-rw-r--r-- | R/summary.nlme.mmkin.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/R/summary.nlme.mmkin.R b/R/summary.nlme.mmkin.R index be7f0441..1dd73301 100644 --- a/R/summary.nlme.mmkin.R +++ b/R/summary.nlme.mmkin.R @@ -62,11 +62,13 @@ #' n = 1)[[1]] #' }) #' +#' \dontrun{ #' # Evaluate using mmkin and nlme #' library(nlme) #' f_mmkin <- mmkin("SFO", ds_sfo_syn, quiet = TRUE, error_model = "tc", cores = 1) #' f_nlme <- nlme(f_mmkin) #' summary(f_nlme, data = TRUE) +#' } #' #' @export summary.nlme.mmkin <- function(object, data = FALSE, verbose = FALSE, distimes = TRUE, alpha = 0.05, ...) { |