Skip to content

Commit

Permalink
Merge pull request #1661 from venpopov/improve-load-times
Browse files Browse the repository at this point in the history
remove importMethodsFrom rstan summary
  • Loading branch information
paul-buerkner authored May 24, 2024
2 parents 970bdf6 + 6e75bf4 commit 7174bea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -689,4 +689,3 @@ importFrom(rstantools,posterior_predict)
importFrom(rstantools,predictive_error)
importFrom(rstantools,predictive_interval)
importFrom(rstantools,prior_summary)
importMethodsFrom(rstan,summary)
1 change: 0 additions & 1 deletion R/summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#' MCMC. *Bayesian Analysis*. 1–28. dpi:10.1214/20-BA1221
#'
#' @method summary brmsfit
#' @importMethodsFrom rstan summary
#' @importFrom posterior subset_draws summarize_draws
#' @export
summary.brmsfit <- function(object, priors = FALSE, prob = 0.95,
Expand Down

0 comments on commit 7174bea

Please sign in to comment.