Package: ComplexUpset
Type: Package
Title: Create Complex UpSet Plots Using 'ggplot2' Components
Version: 0.7.3
Authors@R: person(
  "Michał", "Krassowski", email = "krassowski.michal+r@gmail.com", role = c("aut", "cre"),
  comment = c(ORCID = "0000-0002-9638-7785"))
Description: UpSet plots are an improvement over Venn Diagram for set overlap visualizations.
    Striving to bring the best of the 'UpSetR' and 'ggplot2', this package offers a way to create
    complex overlap visualisations, using simple and familiar tools, i.e. geoms of 'ggplot2'.
    For introduction to UpSet concept, see Lex et al. (2014) <doi:10.1109/TVCG.2014.2346248>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/krassowski/complex-upset, https://krassowski.github.io/complex-upset/
BugReports: https://github.com/krassowski/complex-upset/issues
LazyData: true
Suggests: 
    testthat (>= 2.1.0),
    knitr,
    rmarkdown,
    covr,
    tibble,
    ggplot2movies,
    vdiffr,
    jsonlite
Imports:
    ggplot2,
    patchwork,
    scales
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
