forked from prisma-flowdiagram/PRISMA2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.95 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
Package: PRISMA2020
Title: Make Interactive 'PRISMA' Flow Diagrams
Version: 1.1.2
Authors@R: c(
person(given = "Neal",
family = "Haddaway",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3902-2234")),
person("Luke", "McGuinness", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8730-9761")),
person("Chris", "Pritchard", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1143-9751")),
person("Brennan", "Chapman", role = "ctb"),
person("Hossam", "Hammady", role= "ctb"))
Description: Systematic reviews should be described in a high degree of
methodological detail. The 'PRISMA' Statement calls for a high level of
reporting detail in systematic reviews and meta-analyses. An integral part
of the methodological description of a review is a flow diagram.
This package produces an interactive flow diagram that conforms to the
'PRISMA2020' preprint. When made interactive, the reader/user can click
on each box and be directed to another website or file online (e.g. a
detailed description of the screening methods, or a list of excluded full
texts), with a mouse-over tool tip that describes the information linked
to in more detail. Interactive versions can be saved as HTML files,
whilst static versions for inclusion in manuscripts can be saved as
HTML, PDF, PNG, SVG, PS or WEBP files.
Imports:
DiagrammeR,
DiagrammeRsvg,
htmltools,
htmlwidgets,
rsvg,
scales,
shiny,
shinyjs,
stats,
stringr,
utils,
xml2,
webp,
DT,
rio,
tools,
zip
License: MIT + file LICENSE
URL: https://github.com/prisma-flowdiagram/PRISMA2020
BugReports: https://github.com/prisma-flowdiagram/PRISMA2020/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3