From 93b033895af19f91010d5fa6c2d837b7c7256ddd Mon Sep 17 00:00:00 2001 From: Bill Denney Date: Sat, 21 Oct 2023 10:28:48 -0400 Subject: [PATCH] Fix pkncaControl missing argument --- R/pknca.R | 1 + man/pkncaControl.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/pknca.R b/R/pknca.R index f6178b4d..22c98df4 100644 --- a/R/pknca.R +++ b/R/pknca.R @@ -395,6 +395,7 @@ ini_transform <- function(x, ..., envir = parent.frame()) { #' @param ncaResults Already computed NCA results (a PKNCAresults object) to #' bypass automatic calculations. At least the following parameters must be #' calculated in the NCA: tmax, cmax.dn, cl.last +#' @param rxControl Control options sent to `rxode2::rxControl()` #' @return A list of parameters #' @export pkncaControl <- function(concu = NA_character_, doseu = NA_character_, timeu = NA_character_, diff --git a/man/pkncaControl.Rd b/man/pkncaControl.Rd index e5cddfe8..1fc48fdf 100644 --- a/man/pkncaControl.Rd +++ b/man/pkncaControl.Rd @@ -48,6 +48,8 @@ when a subset of the original data are informative for NCA.} \item{ncaResults}{Already computed NCA results (a PKNCAresults object) to bypass automatic calculations. At least the following parameters must be calculated in the NCA: tmax, cmax.dn, cl.last} + +\item{rxControl}{Control options sent to `rxode2::rxControl()`} } \value{ A list of parameters