Package: tardis
Type: Package
Title: Text Analysis with Rules and Dictionaries for Inferring
        Sentiment
Version: 0.1.4
Authors@R: person(given = "Christopher", 
    family = "Belanger", 
    email = "christopher.a.belanger@gmail.com",
    role = c("aut", "cre", "cph"), 
    comment = c(ORCID = "0000-0003-2070-5721"))
Description: Measure text's sentiment with dictionaries and simple rules covering
    negations and modifiers. User-supplied dictionaries are supported, including
    Unicode emojis and multi-word tokens, so this package can also be used to
    study constructs beyond sentiment.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: dplyr, magrittr, purrr, rlang, stringi, stringr, tidyr
Depends: R (>= 2.10)
URL: https://github.com/chris31415926535/tardis
BugReports: https://github.com/chris31415926535/tardis/issues
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: cpp11
SystemRequirements: C++11
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-11-18 19:51:07 UTC; christopher
Author: Christopher Belanger [aut, cre, cph]
    (<https://orcid.org/0000-0003-2070-5721>)
Maintainer: Christopher Belanger <christopher.a.belanger@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-18 20:10:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-11-19 12:30:03 UTC; unix
Archs: tardis.so.dSYM
