Hello!
Thank you for developing this package.
However, I've come acrossed an issue when running codes that should work,
my packages' versions: patchwork_1.3.2.9000, ggplot2_4.0.1
please have a look:
`p1 <- ggplot(mtcars) + geom_point(aes(mpg, disp))
p2 <- ggplot(mtcars) + geom_boxplot(aes(gear, disp, group = gear))
p1 + p2
Error in Ops.data.frame(guide_loc, panel_loc) :
‘==’ only defined for equally-sized data frames`
Would you kindly tell me what has came wrong?
Thank you a lot!