Package: multilink Title: Multifile Record Linkage and Duplicate Detection Version: 0.1.1 Authors@R: person(given = "Serge", family = "Aleshin-Guendel", role = c("aut", "cre"), email = "saleshinguendel@gmail.com") Description: Implementation of the methodology of Aleshin-Guendel & Sadinle (2022) . It handles the general problem of multifile record linkage and duplicate detection, where any number of files are to be linked, and any of the files may have duplicates. Depends: R (>= 3.5.0) License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.1.2 URL: https://github.com/aleshing/multilink BugReports: https://github.com/aleshing/multilink/issues Imports: igraph, RecordLinkage, Rcpp, utils, mcclust, geosphere, stringr LinkingTo: Rcpp, RcppArmadillo Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://aleshing.r-universe.dev Date/Publication: 2023-07-05 16:55:39 UTC RemoteUrl: https://github.com/aleshing/multilink RemoteRef: HEAD RemoteSha: 7e37317db6f39c7a2ac915f5242505134185a644 NeedsCompilation: yes Packaged: 2026-07-04 18:01:25 UTC; root Author: Serge Aleshin-Guendel [aut, cre] Maintainer: Serge Aleshin-Guendel