aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-15 13:04:14 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-15 13:04:14 +0200
commit204bff8546cbd52533e36853b10b181d46fb2767 (patch)
tree52b2098f4eb6bb1e0a5def40be7467473b4790d3
parent5b1179f0daff9077e1370065f9b9f03a2d0e0450 (diff)
Don't run saemix examples on travis for now
-rw-r--r--R/saemix.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/saemix.R b/R/saemix.R
index eb64bf79..be8baf2a 100644
--- a/R/saemix.R
+++ b/R/saemix.R
@@ -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()) {

Contact - Imprint