Skip to content

Commit

Permalink
alert, not warn
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 29, 2023
1 parent f37acc6 commit 2d702b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ plot.describe_posterior <- function(x, stack = FALSE, ...) {
graphics::plot(estimate_density(model), stack = stack, ...) +
ggplot2::labs(title = "Posterior Samples", x = NULL, y = NULL)
} else {
insight::format_warning("Could not find model-object. Try `plot(estimate_density(model))` instead.")
insight::format_alert("Could not find model-object. Try `plot(estimate_density(model))` instead.")
}
}

0 comments on commit 2d702b5

Please sign in to comment.