forked from MathiasHarrer/dmetar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.49 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
Package: dmetar
Title: Companion R Package for the Guide 'Doing Meta-Analysis in R'
Author: Mathias Harrer, Pim Cuijpers, Toshi Furukawa, David Daniel Ebert
Version: 0.0.9000
Authors@R: c(
person("Mathias", "Harrer", email = "[email protected]", role = "cre", comment = c(ORCID = "0000-0001-7016-2687")),
person("Pim", "Cuijpers", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-5497-2743")),
person("Toshi", "Furukawa", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-2159-3776")),
person("David Daniel", "Ebert", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-6820-0146")))
Description: Serves as the companion R package for the open-source guide 'Doing Meta Analysis in R'. Aimed at beginners, the package contains complementary functions to facilitate performing meta-analysis using the 'meta', 'metafor', 'netmeta' and 'gemtc' packages.
URL: https://dmetar.protectlab.org
Depends: R (>= 3.6)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
ggplot2 (>= 3.2.0), stringr (>= 1.4.0), gridExtra (>= 2.3),
netmeta (>= 1.0.1), meta (>= 4.9.4), metafor (>= 2.1.0),
ggrepel (>= 0.8.0), grid (>= 3.5.2), poibin (>= 1.3), MuMIn (>= 1.43.6),
scales (>= 1.0.0), graphics (>= 3.5.2), stats (>= 3.5.2),
fpc (>= 2.1.11.1), mclust (>= 5.4.6), utils (>= 3.5.2)
Suggests:
gemtc, robvis, rmarkdown, knitr, devtools, testthat
VignetteBuilder: knitr