-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
40 lines (40 loc) · 1.69 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
Package: SRflowdiagram
Title: Make Flow Diagram For Systematic Reviews
Version: 0.0.1
Authors@R:
person(given = "Neal R",
family = "Haddaway",
role = c("aut", "cre"),
email = "nealhaddaway@gmail.com",
comment = c(ORCID = "0000-0003-3902-2234"))
Description: Evidence reviews (including systematic reviews and maps) should
be described in a high degree of methodological detail. An integral
part of the methodological description of a review is a flow driagram.
This package produces an interactive flow diagram using a .Rhtml document
to output an interactive .html file that can be added as a static image
to a review report or embedded within a project website as an interactive
visualisation of the review process. When interactive, the user can click
on each box and be directed to another website or file online (e.g. a
detailed description of the screeeing methods, or a list of excluded full
texts), with a mouseover tool tip that describes the information linked
to in more detail. One version ('SRflowdiagram.Rhtml') allows the user to
specify the numbers of records at each stage in a code chunk at the start
of the .Rhtml file, whilst the other ('SRflowdiagram_import.Rhtml')
imports a dataframe of data from a locally stored .csv file. There exist
two versions of the .Rhtml files - one for systematic reviews ('SR...Rhtml)
and one for systematic maps ('SM...Rhtml').
License: GPL-3
Imports:
DiagrammeR,
htmltools,
htmlwidgets
Suggests:
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Date: 2020-10-26
Depends:
R (>= 2.10)