Changes in version 0.1.6 (2026-01-29) - Remove use of dplyr functions that end in "_", which are deprecated. Changes in version 0.1.5 (2023-09-05) - Fix PKGNAME-package \alias as per "Documenting packages" in R-exts Changes in version 0.1.4 (2022-10-18) - Fix binary comparison using || instead of | - Update error checks to use is and inherits instead of class comparisons - Update references to reflect current paper citation Changes in version 0.1.3 (2022-02-03) - Update distance and other internal functions to be Rcpp for speed improvements Changes in version 0.1.2 (2021-07-27) - Remove dependencies on blink and stringdist packages which are no longer supported on CRAN - Don't test long running examples Changes in version 0.1.1 (2020-10-20) - Updated to include support for noLD (without long double) Changes in version 0.1.0 (2020-10-17) - First release of representr - Includes functionality for creating representative records post-record linkage - Support for point prototyping as well as posterior prototyping in represent and pp_weights - Function for evaluating representative records against "truth" using empirical KL divergence in emp_kl