Skip to content

Commit

Permalink
put everything in dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 15, 2024
1 parent d3d6426 commit 689d86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/bayesfactor.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
#' @note There is also a [`plot()`-method](https://easystats.github.io/see/articles/bayestestR.html) implemented in the \href{https://easystats.github.io/see/}{\pkg{see}-package}.

Check warning on line 22 in R/bayesfactor.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/bayesfactor.R,line=22,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.

Check warning on line 22 in R/bayesfactor.R

View workflow job for this annotation

GitHub Actions / lint / lint

file=R/bayesfactor.R,line=22,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.
#'
#' @examplesIf require("rstanarm") && require("logspline")
#' \dontrun{
#' library(bayestestR)
#'
#' prior <- distribution_normal(1000, mean = 0, sd = 1)
#' posterior <- distribution_normal(1000, mean = 0.5, sd = 0.3)
#'
#' bayesfactor(posterior, prior = prior, verbose = FALSE)
#'
#' \dontrun{
#' # rstanarm models
#' # ---------------
#' model <- suppressWarnings(rstanarm::stan_lmer(extra ~ group + (1 | ID), data = sleep))
Expand Down
2 changes: 1 addition & 1 deletion man/bayesfactor.Rd

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

0 comments on commit 689d86f

Please sign in to comment.