Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paul-buerkner/brms
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Dec 13, 2023
2 parents a31a0f6 + b70e015 commit c00f012
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/posterior_samples.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,11 @@ check_deprecated_fixed <- function(fixed, exact_match) {
fixed
}

#' Extract posterior samples for use with the \pkg{coda} package
#' (Deprecated) Extract posterior samples for use with the \pkg{coda} package
#'
#' The \code{as.mcmc} method is deprecated. We recommend using the more
#' modern and consistent \code{\link[brms:draws-brms]{as_draws_*}} extractor
#' functions of the \pkg{posterior} package instead.
#'
#' @aliases as.mcmc
#'
Expand Down

0 comments on commit c00f012

Please sign in to comment.