highlightr (development version)
-
collocation_frequency()updated to appropriately recognize “_”
highlightr 2.0.0
CRAN release: 2026-04-10
collocation_plot()updated to accept inputs not generated fromcollocation_frequency()collocation_frequency()(formerly transcript_frequency()) restructured to be main input,collocate_comments(),collocate_comments_fuzzy(),tokenize_source(), andtokenize_derivative()are now internal functions
*transcript_frequency() updated to appropriately recognize “+”,“=”, “.extension”
highlightr 1.2.0
CRAN release: 2025-10-19
Providing instructions on how to save highlighted output to .html file
Correcting
wiki_pagesdescription with correct number of rowsListing packages necessary for creating
wiki_pagesobjectAdding option to specify n-gram width in
collocate_comments_fuzzyAdding comments to example scripts and further description for collocation functions
highlightr 1.1.2
CRAN release: 2025-06-26
Remove dependency on
fuzzyjoinpackage, and usezoomerjoinpackage insteadChange Levenshtein distance calculation in fuzzy joins to Jaccard distance
Re-compute fuzzy weights based on new distance calculation
