Package: highlightr
Title: Highlight Conserved Edits Across Versions of a Document
Version: 1.0.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.1
Imports: dplyr, fuzzyjoin, ggplot2, magrittr, purrr, quanteda,
        quanteda.textstats, stringr, tibble, tidyr, tm
Depends: R (>= 2.10)
LazyData: true
URL: https://rachelesrogers.github.io/highlightr/,
        https://github.com/rachelesrogers/highlightr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
BugReports: https://github.com/rachelesrogers/highlightr/issues
NeedsCompilation: no
Packaged: 2024-07-29 19:20:45 UTC; rrogers9
Author: Center for Statistics and Applications in Forensic Evidence [aut, cph,
    fnd],
  Rachel Rogers [aut, cre] (<https://orcid.org/0000-0002-4145-9630>),
  Susan VanderPlas [aut] (<https://orcid.org/0000-0002-3803-0972>)
Maintainer: Rachel Rogers <rrogers.rpackages@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-31 10:40:23 UTC
