Closed biodavidjm closed 1 year ago
Hi @biodavidjm, I'm not sure about why broom
isn't compatible with R 4.2.2, but the issue with the plotting should be able to be remedied by updating ggplot2
to its latest version. The latest update of jtools
had to make changes to be compatible with the newer ggplot2
, but I did not make users update ggplot2
at the same time.
Indeed that solved the problem. Thanks!
Everything works fine in R 4.1.3. However, the many
jtools
functions that generate plots fail in R > 4.2 (at least in R 4.2.2, which is the one that I am currently using)For example, when trying to run just the example available in
effect_plot
it fails and generates the following error:
And the same is true for
plot_summs
In this case,
broom.mixed
is not even available yet for R 4.2.2Does everything work on your side?
And thank you very much for this magnificent package!