From 164c4af404b59f9144f68fcefeeac34326a34372 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jun 2015 08:40:19 +0200 Subject: Quiet fitting in examples and more links for static docs. --- man/plot.mmkin.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/plot.mmkin.Rd') diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 696b3d06..a3367234 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -47,7 +47,7 @@ \examples{ # Only use one core not to offend CRAN checks fits <- mmkin(c("FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), - cores = 1) + cores = 1, quiet = TRUE) plot(fits[, "FOCUS C"]) plot(fits["FOMC", ]) } -- cgit v1.2.1