-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 1.2 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
Package: PRISMAstatement
Title: Plot Flow Charts According to the "PRISMA" Statement
Version: 1.1.0
Authors@R:
person(given = "Jack O. Wasey",
role = c("aut", "cre", "cph"),
email = "jack@jackwasey.com",
comment = c(ORCID = "0000-0003-3738-4637"))
Description: Plot a PRISMA <http://prisma-statement.org/> flow
chart describing the identification, screening, eligibility and
inclusion or studies in systematic reviews. The PRISMA statement
defines an evidence-based, minimal set of items for reporting in
systematic reviews and meta-analyses. PRISMA should be used for the
reporting of studies evaluating randomized clinical trials (RCT), and
is also for reporting on systematic reviews of other types of
research. There is also a function to generate flow charts describing
exclusions and inclusions for any kind of study.
License: GPL-3
URL: https://github.com/jackwasey/PRISMAstatement
BugReports: https://github.com/jackwasey/PRISMAstatement/issues
Imports:
DiagrammeR
Suggests:
DiagrammeRsvg,
knitr,
rmarkdown,
rsvg,
scales,
testthat,
utils
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1.9000