Skip to content

Commit

Permalink
format_model_type: fix mismatch in args/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettk committed Jun 27, 2024
1 parent ad342e3 commit 919b700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions R/model-tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,8 @@ style_html <- function(txt, color = "black", ..., br_before = FALSE, br_after =

#' Format the model type for use in [model_tree()]
#'
#' @param .mod a `bbi_base_model` object.
#' @param msg Character string. Appended to the end of the formatted model type
#' if provided.
#' @param model_type one of the `bbr` supported model types (`nonmem`, `nboot`,
#' `nsim`). Other model types are also acceptable, but won't have custom formatting.
#' @param fmt_html Logical (`T`/`F`). If `TRUE`, apply coloring and format as `HTML`.
#' @param ... Additional arguments passed to [style_html()].
#' @keywords internal
Expand Down
8 changes: 3 additions & 5 deletions man/format_model_type.Rd

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

0 comments on commit 919b700

Please sign in to comment.