-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·49 lines (49 loc) · 1.76 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
42
43
44
45
46
47
48
49
Package: bibfix
Title: Repair and enrich bibliographic data
Version: 0.0.0.9
Authors@R: c(
person(given = "Neal",
family = "Haddaway",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3902-2234")),
person("Matt", "Grainger", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8426-6495")),
person("Matt", "Jones", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5841-4554")),
person("Alice", "Stuart", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5208-8030"))
)
Description: bibfix is an R package (with future plans for a Shiny app) that
helps users repair and enrich their bibliographic data. It does so
through a suite of functions that request bibliographic data from API
services including CrossRef and The Lens.org. Repaired fields can include
titles, abstract, unique identifiers (e.g. DOIs), publication years, etc.
In addition, bibliographic records can be supplemented with additional
information, including internal identifiers for common databases (e.g.
The Lens.org, PubMed, Microsoft Academic) that facilitate deduplication,
and information such as author affiliations and identifiers (e.g. ORCIDs).
The package is a work in progress and is part of the Evidence Synthesis
Hackathon.
Imports:
magrittr,
utils,
tools,
MESS,
data.table,
dplyr,
httr,
jsonlite,
maditr,
stringi,
tibble
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true