From 0cbabc98850e436b1e0703c659cf8a00b52d7503 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 11 Nov 2020 10:43:56 +0100 Subject: 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 --- man/summary.saem.mmkin.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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) } -- cgit v1.2.1