Package: representr
Type: Package
Title: Create Representative Records After Entity Resolution
Version: 0.1.3
Authors@R: c(person("Andee", "Kaplan", email = "andee.kaplan@colostate.edu",
                  role = c("aut", "cre")),
             person("Brenda", "Betancourt", role = "aut"),
             person("Rebecca C.", "Steorts", email = "beka@stat.duke.edu", role = c("aut")))
Description: An implementation of Kaplan, Betancourt, Steorts (2020) <arXiv:1810.01538> that creates representative records for use in downstream tasks after entity resolution is performed. Multiple methods for creating the representative records (data sets) are provided. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: doParallel, foreach, dplyr, Rcpp
Suggests: knitr, rmarkdown, ggplot2
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-02-03 21:45:27 UTC; andeek
Author: Andee Kaplan [aut, cre],
  Brenda Betancourt [aut],
  Rebecca C. Steorts [aut]
Maintainer: Andee Kaplan <andee.kaplan@colostate.edu>
Repository: CRAN
Date/Publication: 2022-02-03 22:00:02 UTC
