Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.2.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, tibble, magrittr, tokenizers,
        utils, stats
Suggests: knitr, roxygen2, testthat, covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.0.9000
NeedsCompilation: yes
Packaged: 2018-10-29 23:47:11 UTC; mwk
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-10-30 00:00:03 UTC
