Package: texter
Title: An Easy Text and Sentiment Analysis Library
Version: 0.1.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 to 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, tidyr
Depends: R (>= 2.14)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-20 13:58:13 UTC; SIMIYOUNG
Author: Simi Kafaru [aut, cre]
Repository: CRAN
Date/Publication: 2021-09-20 14:20:02 UTC
Built: R 4.6.0; ; 2025-08-20 04:29:37 UTC; unix
