diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-11 10:43:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-11 10:43:56 +0100 |
commit | 0cbabc98850e436b1e0703c659cf8a00b52d7503 (patch) | |
tree | 9c7b25c2d27affd492a84cbf2f5ce4069a62864a /man/summary.saem.mmkin.Rd | |
parent | df4de0abf471c7013a38b0e6be173a072c4bb74b (diff) |
Skip vdiffr tests on travis as they are not robust
As can be seen in the miniscule change seen on R-devel in the reference
plot updated with this commit
Diffstat (limited to 'man/summary.saem.mmkin.Rd')
-rw-r--r-- | man/summary.saem.mmkin.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/summary.saem.mmkin.Rd b/man/summary.saem.mmkin.Rd index f3e3fde3..67cb3cbb 100644 --- a/man/summary.saem.mmkin.Rd +++ b/man/summary.saem.mmkin.Rd @@ -87,7 +87,8 @@ ds_syn_dfop_sfo <- lapply(ds_mean_dfop_sfo, function(ds) { \dontrun{ # Evaluate using mmkin and saem -f_mmkin_dfop_sfo <- mmkin(list(dfop_sfo), ds_syn_dfop_sfo, quiet = TRUE, error_model = "tc", cores = 5) +f_mmkin_dfop_sfo <- mmkin(list(dfop_sfo), ds_syn_dfop_sfo, + quiet = TRUE, error_model = "tc", cores = 5) f_saem_dfop_sfo <- saem(f_mmkin_dfop_sfo) summary(f_saem_dfop_sfo, data = TRUE) } |