Package: ggVennDiagram
Type: Package
Title: A 'ggplot2' Implement of Venn Diagram
Version: 1.5.4
Authors@R: c(
  person("Chun-Hui","Gao", email="gaospecial@gmail.com", role=c("aut","cre"), comment=c(ORCID = "0000-0002-1445-7939")),
  person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-6485-8781")),
  person("Adrian", "Dusa",  email = "dusa.adrian@unibuc.ro", role = c("aut","cph"), 
    comment = c(ORCID = "0000-0002-3525-9253", 
    note = "Adrian Dusa is the author and copyright holder of venn, where ggVennDiagram imports the polygon coordinates enabling 5 - 7 sets Venn diagram.")),
  person("Turgut Yigit", "Akyol", email = "tyakyol@gmail.com", role = c("ctb"), comment=c(ORCID = "0000-0003-0897-7716"))
  )
Maintainer: Chun-Hui Gao <gaospecial@gmail.com>
Description: Easy-to-use functions to generate 2-7 sets Venn or upset plot in publication quality. 
  'ggVennDiagram' plot Venn or upset using well-defined geometry dataset and 'ggplot2'. The shapes of 2-4 sets 
  Venn use circles and ellipses, while the shapes of 4-7 sets Venn use irregular polygons (4 has both forms), which 
  are developed and imported from another package 'venn', authored by Adrian Dusa. We provided internal functions to 
  integrate shape data with user provided sets data, and calculated the geometry of every regions/intersections 
  of them, then separately plot Venn in four components, set edges/labels, and region edges/labels.
  From version 1.0, it is possible to customize these components as you demand in ordinary 'ggplot2' grammar.
  From version 1.4.4, it supports unlimited number of sets, as it can draw a plain upset plot automatically when
  number of sets is more than 7.
Depends: R (>= 4.1.0)
Imports: ggplot2 (>= 3.4.0), dplyr, methods, tibble, aplot, venn (>=
        1.12), yulab.utils, forcats
URL: https://github.com/gaospecial/ggVennDiagram,
        https://gaospecial.github.io/ggVennDiagram/
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 2.1.0), knitr, plotly, RColorBrewer, shiny,
        rmarkdown, tidyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-06-21 07:14:44 UTC; gaoch
Author: Chun-Hui Gao [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1445-7939>),
  Guangchuang Yu [ctb] (ORCID: <https://orcid.org/0000-0002-6485-8781>),
  Adrian Dusa [aut, cph] (ORCID: <https://orcid.org/0000-0002-3525-9253>,
    note: Adrian Dusa is the author and copyright holder of venn, where
    ggVennDiagram imports the polygon coordinates enabling 5 - 7 sets
    Venn diagram.),
  Turgut Yigit Akyol [ctb] (ORCID:
    <https://orcid.org/0000-0003-0897-7716>)
Repository: CRAN
Date/Publication: 2025-06-21 11:10:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:45:32 UTC; windows
