thomasp85 / patchwork

The Composer of ggplots
https://patchwork.data-imaginist.com
Other
2.46k stars 162 forks source link

Error in Ops.data.frame(guide_loc, panel_loc): '==' only defined for equally-sized data frames #364

Closed rinivarg closed 3 months ago

rinivarg commented 3 months ago

Hi, this issue that was previously resolved (https://github.com/thomasp85/patchwork/issues/342) has popped up again:

Error in Ops.data.frame(guide_loc, panel_loc) : ‘==’ only defined for equally-sized data frames

I am using ggplot2_3.5.1 & patchwork_1.1.2.

rinivarg commented 3 months ago

OK. Resolved this issue by updating patchwork to 1.2.0 on R studio, as installing the dev version on Jupyter notebook IRkernel did not work.