Package: RecordLinkage
Version: 0.4-12
Title: Record Linkage Functions for Linking and Deduplicating Data Sets
Authors@R: c(person("Andreas Borg", "Developer", role = c("aut"),
                     email = "andreas.borg.public@posteo.de"), 
           person("Murat Sariyar", "Developer", role = c("aut", "cre"),
                     email = "murat.sariyar@bfh.ch"))
Contact: murat.sariyar@bfh.ch
Description: Provides functions for linking and deduplicating data sets.
  Methods based on a stochastic approach are implemented as well as 
  classification algorithms from the machine learning domain. For details, 
  see our paper "The RecordLinkage Package: Detecting Errors in Data" 
  Sariyar M / Borg A (2010) <doi:10.32614/RJ-2010-017>. 
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 3.5.0), DBI, RSQLite(>= 1.0.0), ff, ffbase
Imports: e1071, rpart, ada, ipred, stats, evd, methods, data.table (>=
        1.7.8), nnet, xtable
Suggests: RUnit, knitr
URL:
        https://journal.r-project.org/archive/2010-2/RJournal_2010-2_Sariyar+Borg.pdf
Collate: register-S3-classes.r RLBigData-classes.r RLResult-class.r
        accessor-methods.r evt.r classify.r classifySupv-methods.r
        genSamples.r strcmp.r compare.r getPairs.r summary.r
        em-methods.r internals.r em.r mygllm.r epilink-methods.r
        phonetics.r onAttach.r getPairs-methods.r serialization.r
        tools.r stochastic.r
NeedsCompilation: yes
Packaged: 2020-04-09 09:46:29 UTC; sym3
Author: Andreas Borg Developer [aut],
  Murat Sariyar Developer [aut, cre]
Maintainer: Murat Sariyar Developer <murat.sariyar@bfh.ch>
Repository: CRAN
Date/Publication: 2020-04-09 12:40:02 UTC
