-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.47 KB
/
DESCRIPTION
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
Package: biblioverlap
Type: Package
Title: Document-Level Matching Between Bibliographic Datasets
Version: 1.0.3.9000
Authors@R: c(
person("Gabriel", "Vieira", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5529-7628")),
person("Jacqueline", "Leta", , "[email protected]", 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:
cowplot,
dplyr,
ggplot2,
ggVennDiagram,
grDevices,
grid,
magrittr,
Matrix,
parallel,
png,
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
Roxygen: list(markdown = TRUE)