-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.95 KB
/
Copy pathDESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.95 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: retraction
Title: Detect Retracted References in Documents and Bibliographies
Version: 0.1.0
Authors@R:
person("Ahmad", "Sofi-Mahmudi", email = "a.sofimahmudi@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6829-0823"))
Description: Scans manuscripts, bibliographies, and reference lists for
citations to retracted publications so that authors can avoid citing
retracted work. 'retraction' reads bibliographic formats (BibTeX,
BibLaTeX, CSL-JSON, RIS, EndNote XML) and document formats (R Markdown,
Quarto, 'LaTeX', Markdown, HTML, JATS XML, Word, and PDF), extracts and
normalizes identifiers, and checks them against retraction data. The
default data source is the Retraction Watch database served through the
'XeraRetractionTracker' API; 'Crossref', 'OpenAlex', 'Europe PMC', 'PubMed',
'DataCite', and a preprint source ('arXiv' and 'bioRxiv' withdrawals) are
available as additional sources ('OpenAlex' retraction data is itself derived
from Retraction Watch). Within each source, matching proceeds from exact
Digital Object Identifier (DOI) and 'PubMed' identifier lookups to fuzzy
title matching, and results are returned as a tidy table with a match-quality
score and an optional self-contained HTML report.
License: GPL-3
URL: https://github.com/choxos/retraction, https://choxos.github.io/retraction/
BugReports: https://github.com/choxos/retraction/issues
Depends:
R (>= 4.0)
Imports:
cli (>= 3.0.0),
httr2,
jsonlite,
stringdist,
tibble,
tools,
utils,
xml2
Suggests:
arrow,
covr,
DBI,
DT,
furrr,
future,
httptest2,
knitr,
pdftools,
rmarkdown,
RSQLite,
rstudioapi,
shiny,
stringi (>= 1.5.3),
testthat (>= 3.0.0),
withr,
writexl
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0
LazyData: true