Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.1.1
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, rlang, tibble
Suggests: knitr, roxygen2, testthat
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-03-05 20:29:58 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-03-06 18:48:55 UTC
