From 0c18f5de9b2f948d0b5e22a3b3deed16d64d8006 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 10:39:29 +0100 Subject: Fix illparms tests --- R/illparms.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') diff --git a/R/illparms.R b/R/illparms.R index 003c6db1..b2d510dc 100644 --- a/R/illparms.R +++ b/R/illparms.R @@ -23,7 +23,7 @@ #' @return For [mkinfit] or [saem] objects, a character vector of parameter #' names. For [mmkin] or [mhmkin] objects, a matrix like object of class #' 'illparms.mmkin' or 'illparms.mhmkin'. -#' @note All objects have printing methods. For the single fits, printing +#' @note All return objects have printing methods. For the single fits, printing #' does not output anything in the case no ill-defined parameters are found. #' @export illparms <- function(object, ...) -- cgit v1.2.1