Skip to content

Commit

Permalink
Fix broken function link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 16, 2023
1 parent 8a8af63 commit 2ea13f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ create_initial_conditions <- function(data) {
#' @param data A list of `{stan}` data as created by [create_stan_data()]
#'
#' @param init Initial conditions passed to `{rstan}`. Defaults to "random" but
#' can also be a function (as supplied by [create_intitial_conditions()]).
#' can also be a function (as supplied by [create_initial_conditions()]).
#'
#' @param verbose Logical, defaults to `FALSE`. Should verbose progress
#' messages be returned.
Expand Down
2 changes: 1 addition & 1 deletion man/create_stan_args.Rd

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

0 comments on commit 2ea13f1

Please sign in to comment.