Package: EndoMineR
Title: Functions to mine endoscopic and associated pathology datasets
Version: 0.0.0.9000
Authors@R: person("Sebastian", "Zeki", email = "sebastiz@hotmail.com",
  role = c("aut", "cre"))
Description: This script comprises the functions that are used to clean up endoscopic 
             reports and pathology reports as well as many of the scripts used for analysis.  
             The scripts assume the endoscopy and histopathology data set is merged already but it can 
             also be used of course with the unmerged datasets.
Depends: R (>= 3.3.2)
Imports:
        ggplot2,
        data.table,
        magrittr,
        tidyr,
        tm,
        lubridate,
        stringr,
        rlang,
        dplyr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Suggests: 
    rmarkdown,
    testthat,
    pander,
    prettydoc,
    randomNames,
    generator,
    knitr,
    covr,
    circlize,
    googleVis,
    fuzzyjoin,
    reshape2,
    gplots
VignetteBuilder: knitr
URL: https://sebastiz.github.io/EndoMineR/index.html
BugReports: https://github.com/sebastiz/EndoMineR/issues
