-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·77 lines (77 loc) · 2.74 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
75
76
77
Package: multiverse
Version: 0.6.2
Date: 2024-10-07
Title: Create 'multiverse analysis' in R
Authors@R: c(
person("Abhraneel", "Sarma", role = c("aut", "cre"), email = "abhraneel@u.northwestern.edu"),
person("Matthew", "Kay", role = "aut", email = "mjskay@northwestern.edu"),
person("Michael", "Moon", role = "ctb", email = "moon@utstat.toronto.edu"),
person("Mark", "Miller", role = "ctb", email = "725mrm@gmail.com"),
person("Kyle", "Hwang", role = "ctb", email = "kyle.sg.hwang@gmail.com"),
person("Hadley", "Wickham", role = "ctb", email = "hadley@posit.co"),
person("Alex", "Kale", role = "ctb", email = "kalea@uw.edu"),
person("Nathan", "Taback", role = "ctb", email = "nathan.taback@utoronto.ca"),
person("Fanny", "Chevalier", role = "ctb", email = "fanny@dgp.toronto.edu"),
person("Jessica", "Hullman", role = "ctb", email = "jessica.hullman@gmail.com"),
person("Pierre", "Dragicevic", role = "ctb", email = "pierre.dragicevic@inria.fr"),
person("Yvonne", "Jansen", role = "ctb", email = "yvonne.jansen@sorbonne-universite.fr")
)
Maintainer: Abhraneel Sarma <abhraneel@u.northwestern.edu>
Description: Implement 'multiverse' style analyses (Steegen S., Tuerlinckx F, Gelman A., Vanpaemal, W., 2016)
<doi:10.1177/1745691616658637> to show the robustness of statistical inference.
'Multiverse analysis' is a philosophy of statistical reporting where paper authors
report the outcomes of many different statistical analyses in order to show how
fragile or robust their findings are. The 'multiverse' package
(Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021)
<doi:10.31219/osf.io/yfbwm> allows users to concisely and flexibly implement 'multiverse-style'
analysis, which involve declaring alternate ways of performing an analysis step, in R and R Notebooks.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0),
knitr (>= 1.3.2)
Imports:
dplyr (>= 0.8.1),
purrr (>= 0.3.4),
rlang (>= 0.4.0),
R6,
methods,
tidyr (>= 1.0.0),
tibble,
magrittr,
tidyselect,
formatR,
collections,
evaluate,
rstudioapi,
berryFunctions,
furrr,
styler,
distributional,
jsonlite,
readr
Suggests:
ggplot2 (>= 3.0.0),
testthat (>= 3.0.0),
highr,
rmarkdown,
covr,
broom,
boot,
gganimate,
gifski,
forcats,
stringr,
cowplot,
tidybayes,
png,
stringi,
modelr,
future
VignetteBuilder:
knitr
Language: en-US
BugReports: https://github.com/MUCollective/multiverse/issues/
URL: https://mucollective.github.io/multiverse/, https://github.com/mucollective/multiverse/
Config/testthat/edition: 3