-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
49
50
51
Package: dblinkR
Type: Package
Title: R interface for dblink
Version: 0.2.0
Authors@R: c(
person(given = "Neil",
family = "Marchant",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Rebecca",
family = "Steorts",
email = "[email protected]",
role = "ths"),
person(given = "Benjamin",
family = "Rubinstein",
email = "[email protected]",
role = "ths"))
Description: An R interface for the dblink Apache Spark package. dblink
implements a distributed algorithm for performing unsupervised Bayesian
entity resolution.
License: GPL-3
Imports:
sparklyr,
sparklyr.nested,
forge
Encoding: UTF-8
LazyData: true
Collate:
'similarityFns.R'
'utils.R'
'betaRV.R'
'attribute.R'
'partitioners.R'
'state.R'
'runInference.R'
'linkageChain.R'
'clusterAnalysis.R'
'data.R'
'dependencies.R'
'summaryStats.R'
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests: knitr,
rmarkdown,
stringr,
dplyr,
tidyr,
ggplot2,
tidybayes,
clevr
VignetteBuilder: knitr