Package: vennDiagramLab
Type: Package
Title: Headless Venn Diagram Analysis and Rendering
Version: 2.0.5
Authors@R: c(
    person("Zoltán", "Dul", email = "zoltan.dul@gmail.com",
           role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9523-3450")),
    person("Márton", "Ölbei", role = "aut",
           comment = c(ORCID = "0000-0002-4903-6237")),
    person("N. Shaun B.", "Thomas", role = "aut"),
    person("Azeddine", "Si Ammour", role = "aut",
           comment = c(ORCID = "0000-0002-5504-4444")),
    person("Attila", "Csikász-Nagy", role = "aut",
           comment = c(ORCID = "0000-0002-2919-5601")))
Description: Headless companion to the 'Venn Diagram Lab' web tool
    (<https://www.venndiagramlab.org/>). Build, render, and statistically
    analyze Venn / 'UpSet' diagrams from 'CSV' / 'TSV' / 'GMT' / 'GMX'
    inputs. Provides the same 44 SVG models, intersection / 'Jaccard' /
    hypergeometric statistics, and PDF report layout as the web tool,
    with byte-equivalent 'TSV' exports (parity-tested against the
    published Python package). Integrates with 'ggplot2', 'tidygraph',
    and 'broom'.
License: MIT + file LICENSE
Language: en-US
URL: https://zoliqua.github.io/Venn-Diagram-Lab/r/,
        https://github.com/ZoliQua/Venn-Diagram-Lab,
        https://www.venndiagramlab.org/
BugReports: https://github.com/ZoliQua/Venn-Diagram-Lab/issues
Depends: R (>= 4.2)
Imports: methods, stats, utils, jsonlite, xml2, ggplot2, ComplexUpset,
        ggraph, tidygraph, grDevices, rsvg, patchwork, gridExtra,
        BiocGenerics
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, rprojroot, pdftools,
        broom, tibble, dplyr, covr, BiocCheck, lintr, pkgdown
VignetteBuilder: knitr
biocViews: Visualization, GeneSetEnrichment, Software
Encoding: UTF-8
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
RoxygenNote: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-12 19:27:29 UTC; Zoli
Author: Zoltán Dul [aut, cre] (ORCID: <https://orcid.org/0000-0002-9523-3450>),
  Márton Ölbei [aut] (ORCID: <https://orcid.org/0000-0002-4903-6237>),
  N. Shaun B. Thomas [aut],
  Azeddine Si Ammour [aut] (ORCID:
    <https://orcid.org/0000-0002-5504-4444>),
  Attila Csikász-Nagy [aut] (ORCID:
    <https://orcid.org/0000-0002-2919-5601>)
Maintainer: Zoltán Dul <zoltan.dul@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-18 18:10:02 UTC
