diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 13:04:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 13:04:14 +0200 |
commit | 204bff8546cbd52533e36853b10b181d46fb2767 (patch) | |
tree | 52b2098f4eb6bb1e0a5def40be7467473b4790d3 /R/saemix.R | |
parent | 5b1179f0daff9077e1370065f9b9f03a2d0e0450 (diff) |
Don't run saemix examples on travis for now
Diffstat (limited to 'R/saemix.R')
-rw-r--r-- | R/saemix.R | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,12 +51,13 @@ #' add_err(ds, sdfunc = function(value) sqrt(1^2 + value^2 * 0.07^2), #' n = 1)[[1]] #' }) +#' \dontrun{ #' f_mmkin_syn <- mmkin("SFO", ds_sfo_syn, error_model = "tc", quiet = TRUE) #' m_saemix_tc <- saemix_model(f_mmkin_syn, cores = 1) #' d_saemix_tc <- saemix_data(f_mmkin_syn) #' f_saemix_tc <- saemix(m_saemix_tc, d_saemix_tc, saemix_options) #' plot(f_saemix_tc, plot.type = "convergence") -#' +#' } #' @return An [saemix::SaemixModel] object. #' @export saemix_model <- function(object, cores = parallel::detectCores()) { |