Package: biblioverlap
Type: Package
Title: Document-Level Matching Between Bibliographic Datasets
Version: 1.0.2
Authors@R: c(
    person("Gabriel", "Vieira", , "gabriel.vieira@bioqmed.ufrj.br", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-5529-7628")),
    person("Jacqueline", "Leta", , "jleta@bioqmed.ufrj.br", role = "ctb",
           comment = c(ORCID = "0000-0002-3271-7749"))
  )
Description: Identifies and visualizes document overlap in any number of bibliographic datasets.
    This package implements the identification of overlapping documents through the exact match of a unique 
    identifier (e.g. Digital Object Identifier - DOI) and, for records where the identifier is absent, through a score calculated 
    from a set of fields commonly found in bibliographic datasets (Title, Source, Authors and Publication Year).
    Additionally, it provides functions to visualize the results of the document matching through a Venn diagram 
    and/or UpSet plot, as well as a summary of the matching procedure. 
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: dplyr, ggplot2, ggVennDiagram, magrittr, Matrix, parallel,
        rlang, shiny, stringdist, UpSetR, uuid
Suggests: DT, testthat
Depends: R (>= 4.1)
URL: https://github.com/gavieira/biblioverlap
BugReports: https://github.com/gavieira/biblioverlap/issues
NeedsCompilation: no
Packaged: 2023-11-07 19:21:10 UTC; gabriel
Author: Gabriel Vieira [aut, cre, cph]
    (<https://orcid.org/0000-0002-5529-7628>),
  Jacqueline Leta [ctb] (<https://orcid.org/0000-0002-3271-7749>)
Maintainer: Gabriel Vieira <gabriel.vieira@bioqmed.ufrj.br>
Repository: CRAN
Date/Publication: 2023-11-07 19:50:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:24:34 UTC; windows
