Skip to content

Commit

Permalink
Update ::doc()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 23, 2024
1 parent f837715 commit 7f26bdd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,15 @@ attr(rxUiGet.popedParameters, "desc") <- "PopED input $parameters"
#' @param opt_samps boolean to indicate if the sample optimizer is
#' used (not implemented yet in `PopED`)
#'
#' @param optTime boolean to indicate if the global time indexer
#' inside of babelmixr2 is reset if the times are different. By
#' default this is `TRUE`. If `FALSE` you can get slightly better
#' run times and possibly slightly different results. When
#' `optTime` is `FALSE` the global indexer is reset every time the
#' PopED rxode2 is setup for a problem or when a poped dataset is
#' created. You can manually reset with
#' `popedMultipleEndpointResetTimeIndex()`
#'
#' @inheritParams nlmixr2est::foceiControl
#' @inheritParams PopED::create.poped.database
#' @inheritParams PopED::create_design_space
Expand Down
9 changes: 9 additions & 0 deletions man/babel.poped.database.Rd

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

9 changes: 9 additions & 0 deletions man/popedControl.Rd

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

0 comments on commit 7f26bdd

Please sign in to comment.