Package: veccompare
Type: Package
Title: Perform Set Operations on Vectors, Automatically Generating All
        n-Wise Comparisons, and Create Markdown Output
Version: 0.1.0
Date: 2017-09-13
Authors@R: c(
    person("Jacob Gerard", "Levernier", email = "jlevern@upenn.edu", role = c("aut", "cre"), comment = "Designed and authored the package source code and documentation. Roles: author, creator, designer, engineer, programmer"), # Additional MARC Relator roles: "dsr", "eng", "prg"
    person("Heather Gaile", "Wacha", email = "wacha2@wisc.edu", role = c("aut"), comment = "Provided intellectual overview and consultation during development for use with medieval cartographic datasets. Roles: conceptor, consultant, data contributor")) # Additional MARC Relator roles: "ccp", "csp", "dtc"
Maintainer: Jacob Gerard Levernier <jlevern@upenn.edu>
Description: Automates set operations (i.e., comparisons of overlap) between multiple vectors.
    It also contains a function for automating reporting in 'RMarkdown', by generating markdown output for easy analysis, as well as an 'RMarkdown' template for use with 'RStudio'.
License: BSD_3_clause + file LICENSE
URL: https://github.com/publicus/r-veccompare
BugReports: https://github.com/publicus/r-veccompare/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: corrplot, gtools, grid, pander, purrr, reshape2, qgraph,
        VennDiagram
Suggests: devtools, testthat
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2017-09-14 21:16:17 UTC; jacoblevernier
Author: Jacob Gerard Levernier [aut, cre] (Designed and authored the package
    source code and documentation. Roles: author, creator, designer,
    engineer, programmer),
  Heather Gaile Wacha [aut] (Provided intellectual overview and
    consultation during development for use with medieval cartographic
    datasets. Roles: conceptor, consultant, data contributor)
Repository: CRAN
Date/Publication: 2017-09-15 10:42:38 UTC
Built: R 4.0.2; ; 2020-07-17 14:58:32 UTC; unix
