jmw86069 / venndir

Venn diagrams with directionality (concordance), optional display of items inside the figure, text Venn diagrams
https://jmw86069.github.io/venndir
Other
6 stars 0 forks source link

Encounter with error message #7

Closed yujung-c closed 2 months ago

yujung-c commented 2 months ago

Hi, recently I use your packages and encounter with this error message:

vo <- venndir(yy, proportional=TRUE, do_plot=FALSE); render_venndir(vo) Error in render_venndir(vo) : Element 'venn_jp' must inherit from 'JamPolygon'.

But, it works fine when i run this code. vo <- venndir(yy, proportional=TRUE, do_plot=T);

Also, I try the test. Still has error message. library(venndir) setlist<- make_venn_test(100, 3) vo <- venndir(setlist) render_venndir(vo) Error in render_venndir(vo) : Element 'venn_jp' must inherit from 'JamPolygon'.

I appreciate for your helps and thank for your great work :) .

jmw86069 commented 2 months ago

Ah thank you for reporting. I have been updating the code to remove sp and rgeos, this introduced a regression. I'll report back when fixed.

jmw86069 commented 2 months ago

The bug is fixed, but let me know if you encounter errors or have questions about how to do something. And thank you for reporting the error!