- Fix PKGNAME-package \alias as per "Documenting packages" in R-exts
- Fix binary comparison using
||
instead of|
- Update error checks to use
is
andinherits
instead of class comparisons - Update references to reflect current paper citation
- Update distance and other internal functions to be Rcpp for speed improvements
- Remove dependencies on
blink
andstringdist
packages which are no longer supported on CRAN - Don't test long running examples
- Updated to include support for noLD (without long double)
- First release of
representr
- Includes functionality for creating representative records post-record linkage
- Support for point prototyping as well as posterior prototyping in
represent
andpp_weights
- Function for evaluating representative records against "truth" using empirical KL divergence in
emp_kl