-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.63 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
Type: Package
Package: metaUI
Title: Create 'Shiny' Apps for the Exploration of Meta-Analytic Datasets
Version: 0.1.2
Authors@R: c(
person("Lukas", "Wallrich", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2121-5177")),
person("Lukas", "Röseler", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-6446-1901")),
person("Mathias", "Harrer", , "[email protected]", role = "cph",
comment = c(ORCID = "0000-0001-7016-2687", "Author of included p-curve code and related helper functions (from dmetar package)"))
)
Description: Readers of meta-analyses are often interested in how
analytical choices influence results, or what the effects are for
subsets of the data. 'metaUI' makes it easy for authors to create
'Shiny' apps that answer such questions, and that allow anyone to rerun
analyses with updated/modified datasets.
License: GPL (>= 3)
URL: https://lukaswallrich.github.io/metaUI/,
https://github.com/LukasWallrich/metaUI
BugReports: https://github.com/LukasWallrich/metaUI/issues
Imports:
dplyr,
DT,
ggplot2,
glue,
meta,
metafor,
plotly,
poibin,
puniform,
purrr,
readxl,
rlang,
robumeta,
shiny,
shinyBS,
shinycssloaders,
shinyjs,
shinythemes,
shinyWidgets,
stringr,
tibble,
tidyr,
waffle,
weightr,
writexl,
zcurve
Suggests:
forcats,
knitr,
rmarkdown
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3