Skip to content

Commit

Permalink
#641 reduce example time
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 9, 2024
1 parent a4bd2e7 commit dbdeaed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3.9000
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Expand Down
2 changes: 2 additions & 0 deletions R/bayesfactor_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
#' @examplesIf require("brms") && require("logspline")
#' # brms models
#' # -----------
#' \dontrun{
#' contrasts(sleep$group) <- contr.equalprior_pairs # see vingette
#' my_custom_priors <-
#' set_prior("student_t(3, 0, 1)", class = "b") +
Expand All @@ -157,6 +158,7 @@
#' refresh = 0
#' ))
#' bayesfactor_parameters(brms_model, verbose = FALSE)
#' }
#'
#' @references
#' \itemize{
Expand Down
2 changes: 2 additions & 0 deletions man/bayesfactor_parameters.Rd

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

0 comments on commit dbdeaed

Please sign in to comment.