-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
34 lines (34 loc) · 1.19 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
Package: synthesisr
Type: Package
Title: Import, Assemble, and Deduplicate Bibliographic Datasets
Version: 0.3.0
Authors@R: c(
person(
given = "Martin",
family = "Westgate",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0854-2034")),
person(
given = "Eliza",
family = "Grames",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1743-6815")))
Description: A critical first step in systematic literature reviews
and mining of academic texts is to identify relevant texts from a range
of sources, particularly databases such as 'Web of Science' or 'Scopus'.
These databases often export in different formats or with different metadata
tags. 'synthesisr' expands on the tools outlined by Westgate (2019)
<doi:10.1002/jrsm.1374> to import bibliographic data from a range of formats
(such as 'bibtex', 'ris', or 'ciw') in a standard way, and allows merging
and deduplication of the resulting dataset.
Depends: R (>= 3.5.0)
Imports: stringdist
Suggests: knitr, rmarkdown, testthat
Date: 2020-05-18
License: GPL-3
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Encoding: UTF-8