-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.04 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
Package: tidymeta
Type: Package
Title: Tidy and Plot Meta Analyses
Version: 0.1.0.9000
Authors@R: person("Malcolm", "Barrett",
email = "malcolmbarrett@gmail.com",
role = c("aut", "cre"))
Maintainer: Malcolm Barrett <malcolmbarrett@gmail.com>
Description: Tidy and plot meta-analyses from meta-analytic tools in R.
Currently supports `metafor`. `tidymeta` makes it easy to work with
meta-analyses in a tidy and consistent manner. In addition to working with
results, `tidymeta` also includes `ggplot2` geoms and common data
visualizations for meta-analyses, such as forest plots, funnel plots,
and influence plots.
Depends:
R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1.9000
Imports:
magrittr,
metafor,
broom,
dplyr,
ggplot2 (>= 2.2.1.9000),
purrr,
forcats,
rlang (>= 0.2.0.9001),
stringr,
tibble,
scales,
tidyr,
patchwork
Remotes: thomasp85/patchwork,
tidyverse/ggplot2,
tidyverse/rlang