From ac183c732317cf6ede26a2ee127604a407f0a6b3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 4 Feb 2021 11:24:22 +0100 Subject: Documentation improvements, mainly fixing example code The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. --- man/mmkin.Rd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man/mmkin.Rd') diff --git a/man/mmkin.Rd b/man/mmkin.Rd index 9b836242..170ce8df 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -2,6 +2,7 @@ % Please edit documentation in R/mmkin.R \name{mmkin} \alias{mmkin} +\alias{print.mmkin} \title{Fit one or more kinetic models with one or more state variables to one or more datasets} \usage{ @@ -12,6 +13,8 @@ mmkin( cluster = NULL, ... ) + +\method{print}{mmkin}(x, ...) } \arguments{ \item{models}{Either a character vector of shorthand names like @@ -30,7 +33,9 @@ detected by \code{\link[parallel:detectCores]{parallel::detectCores()}} are used \item{cluster}{A cluster as returned by \code{\link{makeCluster}} to be used for parallel execution.} -\item{\dots}{Further arguments that will be passed to \code{\link{mkinfit}}.} +\item{\dots}{Not used.} + +\item{x}{An \link{mmkin} object.} } \value{ A two-dimensional \code{\link{array}} of \code{\link{mkinfit}} -- cgit v1.2.1