-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·44 lines (44 loc) · 1.55 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
Package: livingPRISMAflow
Title: Make Interactive 'PRISMA' Flow Diagrams
Version: 0.0.1
Authors@R:
person(given = "Neal",
family = "Haddaway",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3902-2234"))
Description: Produce flow diagrams that are compliant with the
PRISMA 2020 reporting standards for living systematic reviews
(LSR). LSRs are regularly updated evidence syntheses that require
specific visualisations of the flow diagrams to demonstrate both
original (base) and incremental flows of evidence through the
methodological pipeline from identification, through screening,
to a final set of included studies. Data are read in using the
function `LSRPrisma_data()` from a standard template (e.g.
'inst/extdata/approach1.csv'). Data should be entered into this
template with each incremental value or update stored as a separate
column. The function `LSRPrisma_flow()` then produces a flow
diagram with each column presented in a table within each box.
Users can choose to include 'previous' and 'other' sources of
studies.
Imports:
dplyr,
ggplot2,
ggpubr,
magrittr,
stats,
stringr,
utils
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr,
rmarkdown
BugReports: https://github.com/nealhaddaway/livingPRISMAflow
URL: https://github.com/nealhaddaway/livingPRISMAflow
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1