Package: texter
Title: An Easy Text and Sentiment Analysis Library
Version: 0.0.0.9
Authors@R: 
    person(given = "Simi",
           family = "Kafaru",
           role = c("aut", "cre"),
           email = "kafarusimileoluwa@gmail.com")
Maintainer: Simi Kafaru <kafarusimileoluwa@gmail.com>
Description: Implement text and sentiment analysis with 'texter'. 
             Generate sentiment scores on text data and also visualize sentiments.
             'texter' allows you quickly generate insights on your data.
             It includes support for lexicons such as 'NRC' and 'Bing'.
License: MIT + file LICENSE
URL: https://github.com/simmieyungie/texter
BugReports: https://github.com/simmieyungie/texter/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr, plyr, ggplot2, magrittr, stringr, purrr, stopwords,
        textdata, tidytext
Depends: R (>= 2.14)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-08-16 21:42:08 UTC; SIMIYOUNG
Author: Simi Kafaru [aut, cre]
Repository: CRAN
Date/Publication: 2021-08-17 08:30:02 UTC
