Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something wrong with the newest VennDiagram #2

Open
guokai8 opened this issue Mar 27, 2022 · 0 comments
Open

something wrong with the newest VennDiagram #2

guokai8 opened this issue Mar 27, 2022 · 0 comments

Comments

@guokai8
Copy link
Owner

guokai8 commented Mar 27, 2022

I check the data and I found there is something wrong with the VennDiagram since I used this package to make the venn plot. See below:

A <- sample(1:100, 40, replace = FALSE)
B <- sample(1:100, 60, replace = FALSE)
library(VennDiagram)
grid.draw(venn.diagram(list(A=A,B=B),filename=NULL))

And this happen since the VennDiagram update their package (VennDiagram_1.7.0.tar.gz 2021-10-30 16:00 1.8M ) If you use the old version of VennDiagram which will be fine (VennDiagram_1.6.20.tar.gz 2018-03-28 16:54 1.8M ).

Download the old version and use R CMD INSTALL VennDiagram_1.6.20.tar.gz will solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant