Package: mverse
Type: Package
Title: Tidy Multiverse Analysis Made Simple
Version: 0.2.3
Authors@R: c(
  person("Michael Jongho", "Moon", email = "michael.moon@utoronto.ca",
  role = c("aut", "cre")),
  person("Haoda", "Li", email = "haoda.li@mail.utoronto.ca",
  role = c("aut")),
  person("Mingwei", "Xu", email = "yuka.xu@mail.utoronto.ca",
  role = c("aut")),
  person("Nathan", "Taback", email = "nathan.taback@utoronto.ca",
  role = "aut"),
  person("Fanny", "Chevalier", email = "fanny@cs.tornto.edu",
  role = "aut"),
  person("Alison", "Gibbs", email = "alison.gibbs@utoronto.ca",
  role = c("ctb"))
  )
Maintainer: Michael Jongho Moon <michael.moon@utoronto.ca>
Description: Extends 'multiverse' package
    (Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021)
    <doi:10.31219/osf.io/yfbwm>, which allows users perform to create explorable
    multiverse analysis in R. This extension provides an additional level of
    abstraction to the 'multiverse' package with the aim of creating
    user friendly syntax to researchers, educators, and students in statistics.
    The 'mverse' syntax is designed to allow piping and takes hints from
    the 'tidyverse' grammar. The package allows users to define and inspect
    multiverse analysis using familiar syntax in R.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6), multiverse (>= 0.6.2)
Imports: Rdpack, magrittr (>= 1.5), rlang, dplyr (>= 1.1), tidyr,
        tidyselect, stringr, stats, utils, broom, igraph, ggraph,
        ggplot2 (>= 3.5.2), ggupset (>= 0.4.1)
Suggests: methods, tibble, purrr, scales, MASS, testthat (>= 3.0.0),
        pkgdown (>= 1.5.1), covr, knitr, rmarkdown, kableExtra,
        spelling
RoxygenNote: 7.3.2
RdMacros: Rdpack
VignetteBuilder: knitr
URL: https://github.com/mverseanalysis/mverse/,
        https://mverseanalysis.github.io/mverse/
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2025-08-26 18:23:08 UTC; moon
Author: Michael Jongho Moon [aut, cre],
  Haoda Li [aut],
  Mingwei Xu [aut],
  Nathan Taback [aut],
  Fanny Chevalier [aut],
  Alison Gibbs [ctb]
Repository: CRAN
Date/Publication: 2025-08-26 20:40:02 UTC
Built: R 4.6.0; ; 2025-08-26 22:30:56 UTC; unix
