aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-25 14:21:04 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-25 14:21:04 +0200
commite22a68e1c92e4494e2d695421f40d099dbd070f2 (patch)
tree8b583dc5053c1d24b78a737af195c029d801564e /man
parent9f9336d59e68690472888bfdeb12944176d7d272 (diff)
Tell travis where to find the required saemix version
Diffstat (limited to 'man')
-rw-r--r--man/saemix.Rd10
1 files changed, 4 insertions, 6 deletions
diff --git a/man/saemix.Rd b/man/saemix.Rd
index 292c25aa..23b0a4ad 100644
--- a/man/saemix.Rd
+++ b/man/saemix.Rd
@@ -32,12 +32,10 @@ names(ds) <- paste("Dataset", 6:10)
sfo_sfo <- mkinmod(parent = mkinsub("SFO", "A1"),
A1 = mkinsub("SFO"))
f_mmkin <- mmkin(list("SFO-SFO" = sfo_sfo), ds, quiet = TRUE, cores = 5)
+m_saemix <- saemix_model(f_mmkin)
+d_saemix <- saemix_data(f_mmkin)
+saemix_options <- list(seed = 123456, save = FALSE, save.graphs = FALSE)
\dontrun{
-if (require(saemix)) {
- m_saemix <- saemix_model(f_mmkin)
- d_saemix <- saemix_data(f_mmkin)
- saemix_options <- list(seed = 123456, save = FALSE, save.graphs = FALSE)
- saemix(m_saemix, d_saemix, saemix_options)
-}
+ saemix(m_saemix, d_saemix, saemix_options)
}
}

Contact - Imprint