Package: reclin2 Type: Package Title: Record Linkage Toolkit Version: 0.6.0 Authors@R: person(given = "Jan", family = "van der Laan", role = c("aut", "cre"), email = "r@eoos.dds.nl", comment = c(ORCID = "0000-0002-0693-1514")) Description: Functions to assist in performing probabilistic record linkage and deduplication: generating pairs, comparing records, em-algorithm for estimating m- and u-probabilities (I. Fellegi & A. Sunter (1969) , T.N. Herzog, F.J. Scheuren, & W.E. Winkler (2007), "Data Quality and Record Linkage Techniques", ISBN:978-0-387-69502-0), forcing one-to-one matching. Can also be used for pre- and post-processing for machine learning methods for record linkage. Focus is on memory, CPU performance and flexibility. BugReports: https://github.com/djvanderlaan/reclin2/issues URL: https://github.com/djvanderlaan/reclin2 Depends: R (>= 3.6.0) Imports: data.table, stringdist, stats, utils, lpSolve, Rcpp, parallel Suggests: simplermarkdown LinkingTo: Rcpp VignetteBuilder: simplermarkdown License: GPL-3 LazyLoad: yes Encoding: UTF-8 RoxygenNote: 7.3.2 Repository: https://djvanderlaan.r-universe.dev Date/Publication: 2025-09-05 14:40:02 UTC RemoteUrl: https://github.com/djvanderlaan/reclin2 RemoteRef: HEAD RemoteSha: f26d5ad1f610a4e3e6a00b7fda03d8868b4ef231 NeedsCompilation: yes Packaged: 2026-07-03 07:31:54 UTC; root Author: Jan van der Laan [aut, cre] (ORCID: ) Maintainer: Jan van der Laan