Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.3.2
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, text2vec, tfse, tibble, tokenizers,
        utils, stats
Suggests: knitr, roxygen2, testthat, covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-04-12 17:25:41 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: 2019-04-12 17:52:46 UTC
Built: R 3.4.4; ; 2019-04-25 21:50:27 UTC; windows
