You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for making this amazing package - I've used it a a lot and it's great!
An issue that I've run into repeatedly, however, is that an internal plotting function of the eulerr package conflicts with a function from the gplots package with the same name. It's in function that is not exported to the namespace, however.
Error in drawVennDiagram(data = x, small = small, showSetLogicLabel = showSetLogicLabel, :
gplots.drawVennDiagram: This internal function is used wrongly. Please call the function 'venn' with the same arguments, instead.
The text was updated successfully, but these errors were encountered:
First, thanks for making this amazing package - I've used it a a lot and it's great!
An issue that I've run into repeatedly, however, is that an internal plotting function of the
eulerr
package conflicts with a function from thegplots
package with the same name. It's in function that is not exported to the namespace, however.Hope you can fix this!
Reproducible example
The text was updated successfully, but these errors were encountered: