aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-09 10:15:09 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-09 10:15:09 +0100
commite8b63d52bb68dc37d3e6c933021e29b7ea7d7a23 (patch)
tree722eab16577a1fd539c0483a84e38fd198791e14
parent0bd507131a9bb180afe6e843681330956086be9b (diff)
Exclude more mkinmod examples, as winbuilder NOTEs > 5 s
-rw-r--r--man/mkinmod.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinmod.Rd b/man/mkinmod.Rd
index 7b763837..2f007115 100644
--- a/man/mkinmod.Rd
+++ b/man/mkinmod.Rd
@@ -89,6 +89,7 @@ SFO_SFO <- mkinmod(
parent = mkinsub("SFO", "m1"),
m1 = mkinsub("SFO"))
+\dontrun{
# The above model used to be specified like this, before the advent of mkinsub()
SFO_SFO <- mkinmod(
parent = list(type = "SFO", to = "m1"),
@@ -106,7 +107,6 @@ m_synth_DFOP_par <- mkinmod(parent = mkinsub("DFOP", c("M1", "M2")),
M2 = mkinsub("SFO"),
use_of_ff = "max", quiet = TRUE)
-\dontrun{
fit_DFOP_par_c <- mkinfit(m_synth_DFOP_par,
synthetic_data_for_UBA_2014[[12]]$data,
quiet = TRUE)

Contact - Imprint