diff --git a/R/sim-general.R b/R/sim-general.R index a8555129..a6ba9e5a 100644 --- a/R/sim-general.R +++ b/R/sim-general.R @@ -692,4 +692,4 @@ sim_costs <- function(object, models, dr = .03, #' } #' #' @name ce -NULL \ No newline at end of file +NULL diff --git a/R/utils.R b/R/utils.R index 901a002a..a0c7842c 100644 --- a/R/utils.R +++ b/R/utils.R @@ -3,8 +3,6 @@ #' #' \code{check} is a generic function for validating the inputs of class objects. #' @param object object to check. -#' @param inner_class When checking a list of objects, the class of elements within -#' the inner most list. #' @param ... Further arguments passed to or from other methods. #' #' @return If validation is successful, returns the object in question; otherwise, diff --git a/man/ce.Rd b/man/ce.Rd index 1772cad1..cc22c60c 100644 --- a/man/ce.Rd +++ b/man/ce.Rd @@ -6,8 +6,8 @@ \format{ A list containing two elements: \describe{ -\item{\code{costs}}{ Total (discounted) costs by category.} -\item{\code{qalys}}{ (Discounted) quality-adjusted life-years.} +\item{\code{costs}}{Total (discounted) costs by category.} +\item{\code{qalys}}{(Discounted) quality-adjusted life-years.} } } \description{ diff --git a/man/check.Rd b/man/check.Rd index f20b0b18..2a7e89a0 100644 --- a/man/check.Rd +++ b/man/check.Rd @@ -36,9 +36,6 @@ check(object, ...) \item{object}{object to check.} \item{...}{Further arguments passed to or from other methods.} - -\item{inner_class}{When checking a list of objects, the class of elements within -the inner most list.} } \value{ If validation is successful, returns the object in question; otherwise,