GangLiLab / genekitr

🧬 Gene analysis toolkit based on R
https://www.genekitr.fun
GNU General Public License v3.0
53 stars 7 forks source link

Potential issue with upcoming ggplot2 3.5.0 #28

Open teunbrand opened 8 months ago

teunbrand commented 8 months ago

Hi there,

We have been preparing for a new release of ggplot2, and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break genekitr.

The issue we encountered is in the plotVenn() function, but we believe the cause of the issue is https://github.com/krassowski/complex-upset/issues/192.

I think no action is required from genekitr's side, but this issue is a heads up that plotVenn() might become broken through no fault of your own.

teunbrand commented 8 months ago

I apologise for the incorrect label assigned to the issue.

reedliu commented 8 months ago

Hi Teun, Thank you for bringing this to our attention. We appreciate the heads-up regarding the potential issue with the plotVenn() function in relation to the upcoming ggplot2 3.5.0 release. We will keep an eye on this and take necessary actions if needed.