-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathNAMESPACE
More file actions
72 lines (71 loc) · 1.79 KB
/
NAMESPACE
File metadata and controls
72 lines (71 loc) · 1.79 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(plot,fastLink)
S3method(print,inspectEM)
S3method(summary,fastLink)
export(aggconfusion)
export(aggregateEM)
export(blockData)
export(calcMoversPriors)
export(clusterMatch)
export(confusion)
export(dedupeMatches)
export(emlinkMARmov)
export(emlinkRS)
export(emlinklog)
export(fastLink)
export(gammaCK2par)
export(gammaCKpar)
export(gammaKpar)
export(gammaNUMCK2par)
export(gammaNUMCKpar)
export(getMatches)
export(getPatterns)
export(getPosterior)
export(inspectEM)
export(matchesLink)
export(nameReweight)
export(preprocText)
export(stringSubset)
export(tableCounts)
import(Matrix)
import(data.table)
importFrom(Rcpp,evalCpp)
importFrom(adagio,assignment)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(gtools,rdirichlet)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(plotrix,staxlab)
importFrom(stats,glm)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stringdist,phonetic)
importFrom(stringdist,stringdist)
importFrom(stringdist,stringdistmatrix)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trans_list)
importFrom(stringr,str_count)
importFrom(stringr,str_trim)
importFrom(utils,data)
importFrom(methods,is)
useDynLib(fastLink, .registration = TRUE)