-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 974 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: blocking
Type: Package
Title: Blocking records for record linkage / entity resolution
Version: 0.1.0
Authors@R:
c(person(given = "Maciej",
family = "Beręsewicz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8281-4301")))
Description: An R package that uses various approximate nearest neighbours algorithms and graphs to block records for data deduplication / record linkage / entity resolution.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/ncn-foreigners/blocking, https://ncn-foreigners.github.io/blocking/
BugReports: https://github.com/ncn-foreigners/blocking
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
text2vec,
tokenizers,
RcppHNSW,
RcppAnnoy,
mlpack,
rnndescent,
igraph,
data.table,
RcppAlgos,
methods
Suggests:
tinytest,
reclin2,
knitr,
rmarkdown
VignetteBuilder: knitr