Package: highlightr
Title: Highlight Conserved Edits Across Versions of a Document
Version: 1.2.0
Authors@R: 
    c(person("Center for Statistics and Applications in Forensic Evidence", role=c("aut", "cph", "fnd")),
    person("Rachel", "Rogers", , "rrogers.rpackages@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4145-9630")),
           person("Susan", "VanderPlas", , "srvanderplas@gmail.com", role = c("aut"),
           comment = c(ORCID = "0000-0002-3803-0972")))
Description: Input multiple versions of a source document, 
    and receive HTML code for a highlighted version of the source document
    indicating the frequency of occurrence of phrases in the different versions.
    This method is described in Chapter 3 of 
    Rogers (2024) <https://digitalcommons.unl.edu/dissertations/AAI31240449/>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr, ggplot2, magrittr, purrr, quanteda, quanteda.textstats,
        stringi, stringr, tibble, tidyr, tm, zoomerjoin
Depends: R (>= 2.10)
LazyData: true
URL: https://rachelesrogers.github.io/highlightr/,
        https://github.com/rachelesrogers/highlightr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), xml2
VignetteBuilder: knitr
Config/testthat/edition: 3
BugReports: https://github.com/rachelesrogers/highlightr/issues
NeedsCompilation: no
Packaged: 2025-10-19 00:21:45 UTC; 165086
Author: Center for Statistics and Applications in Forensic Evidence [aut, cph,
    fnd],
  Rachel Rogers [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-4145-9630>),
  Susan VanderPlas [aut] (ORCID: <https://orcid.org/0000-0002-3803-0972>)
Maintainer: Rachel Rogers <rrogers.rpackages@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-19 02:10:03 UTC
Built: R 4.5.2; ; 2025-11-01 03:39:47 UTC; windows
