Closed colebaril closed 8 months ago
I have determined that this is a bug with the sf package where what should be spatial sf data is converted into a tibble instead, which is why geom_sf throws the aforementioned error.
https://github.com/tidyverse/ggplot2/issues/3936
Looking into ways that the data can be converted from a tibble to sf data.
@colebaril New version of ggVennDiagram no longer depend on sf
package. Please refer to https://gaospecial.github.io/ggVennDiagram/articles/fully-customed.html for customizations.
See why
@colebaril New version of ggVennDiagram no longer depend on
sf
package. Please refer to https://gaospecial.github.io/ggVennDiagram/articles/fully-customed.html for customizations.See why
Thank you! I will try this when I'm home, I'm sure it will work. Also, great work in reducing dependencies for the package.
Hello,
After updating the sf package, I now get the following error:
Here is what my venn_region(data) looks like:
This is what the venn diagram looked like prior to the issue:
Here is my code: