-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
74 lines (74 loc) · 2.19 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: metaverse
Version: 0.1.0
Title: Workflows for evidence synthesis projects
Authors@R: c(
person(
given = "Martin",
family = "Westgate",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0854-2034")),
person(
given = "Malcolm",
family = "Barrett",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0299-5825")),
person(
given = "Eliza",
family = "Grames",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1743-6815")),
person(
given = "Charles",
family = "Gray",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9978-011X")),
person(
given = "W. Kyle",
family = "Hamilton",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8642-7990")),
person(
given = "Emily",
family = "Kothe",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1210-0554")),
person(
given = "Luke",
family = "McGuinness",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8730-9761")),
person(
given = "Rose",
family = "O'Dea",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8177-5075")),
person(
given = "Alfredo",
family = "Sanchez-Tojar",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2886-0649")),
person(
given = "Michael",
family = "Schermann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1210-0554")))
Description: Early-stage package for importing a subset of Evidence Synthesis (ES) packages, and providing example workflows for systematic reviews and meta-analyses.
Imports: cli, crayon, rstudioapi,
synthesisr, litsearchr, revtools, metaDigitise, robvis, metafor
Suggests: testthat, knitr, rmarkdown
License: file LICENSE
BugReports: https://github.com/rmetaverse/metaverse/issues
LazyData: true
RoxygenNote: 7.1.0
URL: https://rmetaverse.github.io
VignetteBuilder: knitr