Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.3.0
Authors@R: person("Michael Wayne", "Kearney", , 
    "kearneymw@missouri.edu", role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0002-0730-4694"))
Description: A tool for extracting some generic features (e.g., number of
    words, line breaks, characters per word, URLs, lower case, upper case,
    commas, periods, exclamation points, etc.) from strings of text.
License: MIT + file LICENSE
URL: https://github.com/mkearney/textfeatures
BugReports: https://github.com/mkearney/textfeatures/issues
Depends: R (>= 3.1.0)
Imports: dplyr, purrr, rlang, syuzhet, text2vec, tfse, tibble,
        tokenizers, utils, stats
Suggests: knitr, roxygen2, testthat, covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-11-29 15:15:55 UTC; kearneymw
Author: Michael Wayne Kearney [aut, cre]
    (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael Wayne Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2018-11-29 15:50:03 UTC
