Skip to content

Commit

Permalink
hotfix: inheritparams syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 16, 2024
1 parent f172fdd commit 259b150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ check_stan_delay <- function(dist) {
#' that if `dist` is nonparametric, its first element is zero.
#'
#' @importFrom lifecycle deprecate_warn
#' @inheritParams check_stan_delay dist
#' @inheritParams check_stan_delay
#' @return Called for its side effects.
#' @keywords internal
check_generation_time <- function(dist) {
Expand Down
3 changes: 3 additions & 0 deletions man/check_generation_time.Rd

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

0 comments on commit 259b150

Please sign in to comment.