Package: DramaAnalysis
Type: Package
Title: Analysis of Dramatic Texts
Version: 3.0.0
Date: 2019-06-20
Author: Nils Reiter <nils.reiter@ims.uni-stuttgart.de>, Tim Strohmayer <st151528@stud.uni-stuttgart.de>
Maintainer: Nils Reiter <nils.reiter@ims.uni-stuttgart.de>
Description: Analysis of pre-processed dramatic texts, with respect to literary research. 
  The texts are expected to be in csv format, which can be installed from within the package. 
  Sample texts are provided.
URL: https://github.com/quadrama/DramaAnalysis
BugReports: https://github.com/quadrama/DramaAnalysis/issues
License: GPL (>= 3)
LazyData: TRUE
Imports:
   stats, 
   utils, 
   reshape2 (>= 1.4.2), 
   readr (>= 1.1.1),
   data.table (>= 1.10.4),
   httr (>= 1.2.1),
   git2r (>= 0.24.0),
   xml2 (>= 1.2.0),
   tokenizers (>= 0.2.1),
   stringr (>= 1.4.0)
Depends:
  R (>= 3.3.0)
RoxygenNote: 6.1.1
Suggests: testthat,
    fmsb,
    knitr,
    highcharter,
    rmarkdown (>= 1.8),
    igraph (>= 1.1.2)
Encoding: UTF-8
