From ffc12f79fdb283bc59f073208c883b84271be121 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 14:04:49 +0200 Subject: Make mkinmod quiet in tests --- man/mkinmod.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/mkinmod.Rd b/man/mkinmod.Rd index f73b78da..4de4c98a 100644 --- a/man/mkinmod.Rd +++ b/man/mkinmod.Rd @@ -13,7 +13,7 @@ in the FOCUS and NAFTA guidance documents are used. } \usage{ -mkinmod(..., use_of_ff = "min", speclist = NULL) +mkinmod(..., use_of_ff = "min", speclist = NULL, quiet = FALSE) } \arguments{ \item{...}{ @@ -42,6 +42,9 @@ mkinmod(..., use_of_ff = "min", speclist = NULL) The specification of the observed variables and their submodel types and pathways can be given as a single list using this argument. Default is NULL. } + \item{quiet}{ + Should messages be suppressed? + } } \value{ A list of class \code{mkinmod} for use with \code{\link{mkinfit}}, containing -- cgit v1.2.1