I am trying to use the performance package which uses the stat_qq_band function. This issue was previously reported here: #11
and solved with updating ggplot2 but I have version 4.0.0 and it doesn't seem to make a difference. Others are reporting the issue here: easystats/performance#870
performance::check_model(groove_max_3D_feasible, panel = FALSE) |> plot()
$PP_CHECK
$NCV
$HOMOGENEITY
$OUTLIERS
$QQ
Error in qqplotr::stat_qq_band():
! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in check_linewidth():
! could not find function "check_linewidth"
Run rlang::last_trace() to see where the error occurred.
I am trying to use the performance package which uses the stat_qq_band function. This issue was previously reported here: #11
and solved with updating ggplot2 but I have version 4.0.0 and it doesn't seem to make a difference. Others are reporting the issue here: easystats/performance#870
performance::check_model(groove_max_3D_feasible, panel = FALSE) |> plot()$PP_CHECK
$NCV
$HOMOGENEITY
$OUTLIERS
$QQ
Error in
qqplotr::stat_qq_band():! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in
check_linewidth():! could not find function "check_linewidth"
Run
rlang::last_trace()to see where the error occurred.