Skip to content

Commit

Permalink
backtick escape stanfit object
Browse files Browse the repository at this point in the history
Closes #661.
  • Loading branch information
sbfnk committed May 8, 2024
1 parent 7cc481b commit eff8ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extract_static_parameter <- function(param, samples) {

#' Extract all samples from a stan fit
#'
#' If the `object` argument is a <stanfit> object, it simply returns the result
#' If the `object` argument is a `<stanfit>` object, it simply returns the result
#' of [rstan::extract()]. If it is a `<CmdStanMCMC>` it returns samples
#' in the same format as [rstan::extract()] does for `<stanfit>` objects.
#' @param stan_fit A `<stanfit>` or `<CmdStanMCMC>` object as returned by
Expand Down
2 changes: 1 addition & 1 deletion man/extract_samples.Rd

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

0 comments on commit eff8ccc

Please sign in to comment.