Skip to content

Commit

Permalink
Fix wrong return value
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam authored and sbfnk committed Nov 14, 2023
1 parent 8a8e51f commit 65e6c5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,7 @@ obs_opts <- function(family = "negbin",
#'
#' @param ... Additional parameters to pass to `rstan::sampling`.
#' @importFrom utils modifyList
#' @return An `<rstan_sampling_opts>` object of arguments to pass to
#' `rstan::sampling`.
#' @return A list of arguments to pass to `rstan::sampling`.
#' @author Sam Abbott
#' @export
#' @examples
Expand Down

0 comments on commit 65e6c5a

Please sign in to comment.