-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: reclin2
Type: Package
Title: Record Linkage Toolkit
Version: 0.5.0
Authors@R:
person(given = "Jan",
family = "van der Laan",
role = c("aut", "cre"),
email = "[email protected]",
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) <doi:10.1080/01621459.1969.10501049>,
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:
data.table,
R (>= 3.6.0)
Imports:
stringdist,
stats,
utils,
lpSolve,
Rcpp,
parallel
Suggests:
simplermarkdown
LinkingTo: Rcpp
VignetteBuilder: simplermarkdown
License: GPL-3
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 7.2.3