Package: DramaAnalysis
Type: Package
Title: Scripts to support analysis of dramatic texts
Version: 2.1.0
Date: 2018-05-25
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: This package can be used to import and analyse pre-processed dramatic texts.
  The texts are expected to be in csv format. There is not much to do without preprocessed texts.
License: file LICENSE
LazyData: TRUE
Imports:
   stats (>= 3.3.1), 
   utils (>= 3.3.1), 
   reshape2 (>= 1.4.2), 
   fmsb (>= 0.6.0),
   rmarkdown (>= 1.8),
   readr (>= 1.1.1),
   data.table (>= 1.10.4),
   httr (>= 1.2.1),
   wordVectors (>= 2.0),
   git2r (>= 0.19.0),
   igraph (>= 1.1.2)
Depends:
  R (>= 3.0.0)
RoxygenNote: 6.0.1
Suggests: testthat,
    knitr,
    highcharter
Encoding: UTF-8
VignetteBuilder: knitr
Remotes: bmschmidt/wordVectors@2.0
