-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
67 lines (66 loc) · 1.69 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,KWIC)
S3method(print,ProbDup)
export(AddProbDup)
export(DataClean)
export(DisProbDup)
export(DoubleMetaphone)
export(KWCounts)
export(KWIC)
export(MergeKW)
export(MergePrefix)
export(MergeProbDup)
export(MergeSuffix)
export(ParseProbDup)
export(ProbDup)
export(ReconstructProbDup)
export(ReviewProbDup)
export(SplitProbDup)
export(ValidatePrimKey)
export(ViewProbDup)
export(print.KWIC)
export(print.ProbDup)
export(read.genesys)
import(data.table)
import(igraph)
import(stringdist)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(gridExtra,arrangeGrob)
importFrom(methods,is)
importFrom(stats,embed)
importFrom(stringi,stri_count)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_count_regex)
importFrom(stringi,stri_split_fixed)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,stack)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
useDynLib(PGRdup, .registration = TRUE)