Skip to content

Commit

Permalink
fix dynamiteformula docs, run-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
santikka committed Apr 25, 2024
1 parent c3106a2 commit d77646d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions R/families.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ is_supported_family <- function(name) {
#'
#' @param name \[`character(1)`]\cr Name of the family.
#' @param link \[`character(1)`]\cr Name of the link function.
#' @noRd
is_supported_link <- function(name, link) {
link %in% supported_links[[name]]
}
Expand Down
10 changes: 7 additions & 3 deletions man/dynamiteformula.Rd

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

0 comments on commit d77646d

Please sign in to comment.