Package: UpSetR
Title: A More Scalable Alternative to Venn and Euler Diagrams for Visualizing Intersecting Sets
Version: 1.4.0
Date: 2016-1-3
URL: http://github.com/hms-dbmi/UpSetR
BugReports: http://github.com/hms-dbmi/UpSetR/issues
Authors@R: c(
    person("Jake", "Conway", email = "jake_conway@hms.harvard.edu", role = "cre"),
    person("Nils", "Gehlenborg", email = "nils@hms.harvard.edu", role = "aut"))
Description: Creates visualizations of intersecting sets using a novel matrix
    design, along with visualizations of several common set, element and attribute
    related tasks.
Depends:
    R (>= 3.0)
Imports:
    ggplot2,
    gridExtra,
    plyr,
    utils,
    stats,
    methods,
    grDevices,
    scales
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
Suggests:
    knitr
RoxygenNote: 6.1.0
