Package: highlightr Title: Highlight Conserved Edits Across Versions of a Document Version: 2.0.1.9000 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) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, ggplot2, magrittr, purrr, quanteda, quanteda.textstats, stringi, stringr, tibble, tidyr, tm, zoomerjoin Depends: R (>= 3.5) 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 Config/pak/sysreqs: libicu-dev libxml2-dev libclang-dev Repository: https://rachelesrogers.r-universe.dev Date/Publication: 2026-05-11 05:36:47 UTC RemoteUrl: https://github.com/rachelesrogers/highlightr RemoteRef: HEAD RemoteSha: 0c2f35940917791e4099dba1cfbd348b17aa2f40 NeedsCompilation: no Packaged: 2026-06-10 09:49:25 UTC; root Author: Center for Statistics and Applications in Forensic Evidence [aut, cph, fnd], Rachel Rogers [aut, cre] (ORCID: ), Susan VanderPlas [aut] (ORCID: ) Maintainer: Rachel Rogers