https://github.com/cran/RecordLinkage
Raw File
Tip revision: 3b152b038e3f834b16d6f6eed300541f47f21897 authored by Andreas Borg on 14 March 2019, 16:03:31 UTC
version 0.4-11
Tip revision: 3b152b0
NAMESPACE
exportPattern("^[^\\.]")
S3method(print, summaryRLBigDataDedup)
S3method(print, summaryRLBigDataLinkage)
S3method(print, summaryRLResult)
S3method(summary, RLBigDataDedup)
S3method(summary, RLBigDataLinkage)
S3method(summary, RLResult)
S3method(summary, RecLinkData)
S3method(summary, RecLinkResult)

S3method(`[`, RLBigData)
S3method(`[`, RLResult)
S3method(`[`, RecLinkData)
S3method(`[`, RecLinkResult)

import(e1071, rpart, ada, ipred, stats, DBI, RSQLite, evd, methods, data.table, ff, nnet, xtable)
importFrom(ffbase, table, chunkify)
importFrom("grDevices", "extendrange")
importFrom("graphics", "abline", "box", "hist", "identify", "plot",
             "points")
importFrom("utils", "edit", "flush.console", "head",
             "setTxtProgressBar", "tail", "txtProgressBar", "unzip",
             "zip")
if(.Platform$OS.type == "windows") importFrom("grDevices", "bringToTop")
useDynLib(RecordLinkage, .registration=TRUE)
back to top