Skip to content

Commit

Permalink
Fix pkncaControl missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Oct 21, 2023
1 parent 666d3c8 commit 93b0338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/pknca.R
Original file line number Diff line number Diff line change
Expand Up @@ -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_,
Expand Down
2 changes: 2 additions & 0 deletions man/pkncaControl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93b0338

Please sign in to comment.