-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
35 lines (35 loc) · 831 Bytes
/
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
Package: reclin
Type: Package
Title: Record Linkage Toolkit
Version: 0.1.1
Date: 2018-08-09
Author: Jan van der Laan
Maintainer: Jan van der Laan <[email protected]>
Description: Functions to assist in performing probabilistic record linkage and
deduplication: generating pairs, comparing records, em-algorithm for
estimating m- and u-probabilities, forcing one-to-one matching. Can also be
used for pre- and post-processing for machine learning methods for record
linkage.
URL: https://github.com/djvanderlaan/reclin
Depends:
stats,
lvec,
ldat,
R (>= 3.4.0)
Imports:
dplyr,
stringdist,
utils,
methods,
lpSolve,
Rcpp
Suggests:
testthat,
knitr,
rmarkdown
LinkingTo: Rcpp
SystemRequirements: C++11
License: GPL-3
LazyLoad: yes
RoxygenNote: 6.0.1
VignetteBuilder: knitr