Hello,
Recently I wanted to simply rerun code to make boxplots. Now it's not working anymore giving me the following error code:
Error in geom_half_point():
! Problem while converting geom to grob.
ℹ Error occurred in the 2nd layer.
Caused by error in fun():
! argument "layout" is missing, with no default
Run rlang::last_trace() to see where the error occurred.
It seems to be an issue with the new version of ggplot. I've tried many things but nothing has worked and I am desperate!!!
Thanks in advance for any tips!
Hello,
Recently I wanted to simply rerun code to make boxplots. Now it's not working anymore giving me the following error code:
Error in
geom_half_point():! Problem while converting geom to grob.
ℹ Error occurred in the 2nd layer.
Caused by error in
fun():! argument "layout" is missing, with no default
Run
rlang::last_trace()to see where the error occurred.It seems to be an issue with the new version of ggplot. I've tried many things but nothing has worked and I am desperate!!!
Thanks in advance for any tips!