Skip to content

Commit

Permalink
Merge pull request #1571 from avehtari/patch-2
Browse files Browse the repository at this point in the history
Add deprecation info to as.mcmc doc
  • Loading branch information
paul-buerkner authored Dec 12, 2023
2 parents e5fd723 + 26b7db4 commit b70e015
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 b70e015

Please sign in to comment.