diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 10:39:29 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 10:39:29 +0100 |
commit | 0c18f5de9b2f948d0b5e22a3b3deed16d64d8006 (patch) | |
tree | 8a8eabc745b0f0596b1467a1ed4f57623817ac7d /R/illparms.R | |
parent | fd4bd411df739903279d8b52faa19d5059afbda7 (diff) |
Fix illparms tests
Diffstat (limited to 'R/illparms.R')
-rw-r--r-- | R/illparms.R | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...) |