Package: tardis Type: Package Title: Text Analysis with Rules and Dictionaries for Inferring Sentiment Version: 0.1.5 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.3 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 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://chris31415926535.r-universe.dev Date/Publication: 2025-11-28 16:24:15 UTC RemoteUrl: https://github.com/chris31415926535/tardis RemoteRef: HEAD RemoteSha: 0b879a3e17a601cdf46cfecf48fc06fad52e4554 NeedsCompilation: yes Packaged: 2026-07-05 06:15:08 UTC; root Author: Christopher Belanger [aut, cre, cph] (ORCID: ) Maintainer: Christopher Belanger