Package: nVennR
Type: Package
Title: Create n-Dimensional, Quasi-Proportional Venn Diagrams
Version: 0.2.1
Authors@R: person("Victor", "Quesada", email = "quesadavictor@uniovi.es", role=c("aut", "cre", "cph"))
Author: Victor Quesada [aut, cre, cph]
Maintainer: Victor Quesada <quesadavictor@uniovi.es>
Description: Provides an interface for the nVenn algorithm
    (Perez-Silva et al. 2018) <DOI:10.1093/bioinformatics/bty109>. This algorithm works for any number of sets, 
    and usually yields pleasing and informative Venn diagrams with proportionality information. 
    However, representing more than six sets takes a long time and is hard to interpret, unless many of the 
    regions are empty. If you cannot make sense of the result, you may want to consider 'UpSetR'
    <https://cran.r-project.org/package=UpSetR/README.html>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: R (>= 2.10)
LinkingTo: Rcpp
Imports: Rcpp
Suggests: knitr, rmarkdown, rsvg, grImport2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-05-11 12:10:25 UTC; vqf
Repository: CRAN
Date/Publication: 2018-05-11 12:34:33 UTC
