gaospecial / ggVennDiagram

A 'ggplot2' implement of Venn Diagram.
https://gaospecial.github.io/ggVennDiagram/
GNU General Public License v3.0
282 stars 38 forks source link

R crash when using ggVennDiagram() #27

Closed mildpiggy closed 3 years ago

mildpiggy commented 3 years ago

My platform is Ubuntu 18.04, R version is 4.1.0. When I used ggVennDiagram in rstudio-server, R will crash, reporting a R session Error: The previous R session was abnormally terminated due to an unexpected crash. Is this package not support linux system?

mildpiggy commented 3 years ago

I have fixed the problem by just update RStudio-server from 1.4.1106 to lastest 1.4.1717. Because I find that not only ggVennDiagram but other Plots functions also were crashed in RStudio, however shiny-server works well. Maybe the old version RStudio isn't compatible with updated R.

gaospecial commented 3 years ago

@mildpiggy thanks for your feedback.