Skip to content

Commit

Permalink
fix if qqplotr is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 16, 2024
1 parent b546117 commit cade33e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/plot.performance_simres.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ plot.see_performance_simres <- function(x,
} else {
insight::format_alert("For confidence bands, please install `qqplotr`.")
qq_stuff <- list(
ggplot2::geom_point(
ggplot2::geom_qq(
shape = 16,
stroke = 0,
distribution = stats::qunif,
dparams = dp,
size = size_point,
colour = colors[2]

Check warning on line 104 in R/plot.performance_simres.R

View check run for this annotation

Codecov / codecov/patch

R/plot.performance_simres.R#L96-L104

Added lines #L96 - L104 were not covered by tests
),
Expand Down

0 comments on commit cade33e

Please sign in to comment.