-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
74 lines (74 loc) · 2.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: CiteSource
Title: Analyze the Utility of Information Sources and Retrieval Methodologies for Evidence Synthesis
Version: 0.0.1
Date: 2023-06-22
Authors@R: c(
person("Trevor", "Riley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6834-9802")),
person("Kaitlyn", "Hair", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0180-7343")),
person("Lukas", "Wallrich", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2121-5177")),
person("Matthew", "Grainger", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8426-6495")),
person("Sarah", "Young", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8301-5106")),
person("Chris", "Pritchard", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1143-9751")),
person("Neal", "Haddaway", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3902-2234")),
person("Martin", "Westgate", role = "cph", comment = "Author of included synthesisr fragments"),
person("Eliza", "Grames", role = "cph", comment = "Author of included synthesisr fragments")
)
Description: This package was developed in order to provide researchers the ability to
examine the utility and efficacy of literature resources and search
methodologies. The package provides users with the ability to deduplicate
references while maintaining customizable metadata. The resulting data
can be analyzed using predeveloped plots and tables, including a summary
table. Users are also able to export and reimport data in .ris, and csv.
files. The package includes a shiny application for interactive use.
License: GPL (>= 3)
URL: https://www.eshackathon.org/CiteSource
BugReports: https://github.com/ESHackathon/CiteSource/issues
Imports:
ASySD (>= 0.3.0),
dplyr,
DT,
forcats,
ggnewscale,
ggplot2,
glue,
gt,
purrr,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect,
UpSetR
Suggests:
htmltools,
knitr,
networkD3,
plotly,
rmarkdown,
shiny,
shinyalert,
shinyjs,
progressr,
shinybusy,
shinyWidgets,
testthat (>= 3.0.0)
Additional_repositories:
https://github.com/camaradesuk/ASySD
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Remotes:
camaradesuk/ASySD