js229 / Vennerable

Vennerable provides Venn diagrams in R. It displays Venn and Euler diagrams for up to 9 different sets and using a variety of geometries. It allows the display of area-weighted Venn diagrams and allows fine graphical control over the result.
90 stars 39 forks source link

Move from reshape to reshape2 #32

Closed enricoferrero closed 8 years ago

enricoferrero commented 8 years ago

Vennerable imports the reshape package. This causes issues to reshape2 users, since melt() in reshape is incompatible from melt() in reshape2.

Can you please update Vennerable to use reshape2 instead?

js229 commented 8 years ago

Vennerable now imports and uses reshape2, not reshape.