-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 2.66 KB
/
DESCRIPTION
File metadata and controls
75 lines (75 loc) · 2.66 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: CiteSource
Title: An R package for data-driven search strategy development and enhanced evidence synthesis reporting
Version: 0.1.1
Date: 2023-06-22
Authors@R: c(
person("Trevor", "Riley", , "trevor.riley@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6834-9802")),
person("Kaitlyn", "Hair", , "kaitlyn.hair@ed.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-0180-7343")),
person("Lukas", "Wallrich", , "lukas.wallrich@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-2121-5177")),
person("Matthew", "Grainger", , "matthewjamesgrainger@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-8426-6495")),
person("Sarah", "Young", , "sarahy@andrew.cmu.edu", role = "aut",
comment = c(ORCID = "0000-0002-8301-5106")),
person("Chris", "Pritchard", , "chris.pritchard@ntu.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-1143-9751")),
person("Neal", "Haddaway", , "nealhaddaway@gmail.com", 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,
progress,
purrr,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect,
UpSetR
Suggests:
htmltools,
knitr,
networkD3,
plotly,
rmarkdown,
shiny,
shinyalert,
shinyjs,
progressr,
shinybusy,
shinyWidgets,
testthat (>= 3.0.0),
plogr
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,
plogr=url::https://cran.r-project.org/src/contrib/Archive/plogr/plogr_0.2.0.tar.gz