Package: multiverse Version: 0.6.3 Date: 2025-10-22 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") ) Maintainer: Abhraneel Sarma Description: Implement 'multiverse' style analyses (Steegen S., Tuerlinckx F, Gelman A., Vanpaemal, W., 2016) 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) 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.3 Depends: R (>= 4.1.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, htmltools, styler Suggests: ggplot2 (>= 3.0.0), testthat (>= 3.0.0), highr, rmarkdown, covr, broom, boot, gganimate, gifski, forcats, stringr, cowplot, tidybayes, png, stringi, modelr, future, marginaleffects 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 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://mucollective.r-universe.dev Date/Publication: 2025-12-11 08:47:02 UTC RemoteUrl: https://github.com/mucollective/multiverse RemoteRef: HEAD RemoteSha: 08f71e0c3ba54cb362f120ad0a0f227b75ac472d NeedsCompilation: no Packaged: 2026-06-09 07:26:01 UTC; root Author: Abhraneel Sarma [aut, cre], Matthew Kay [aut], Michael Moon [ctb], Mark Miller [ctb], Kyle Hwang [ctb], Hadley Wickham [ctb]