Package: multitool
Title: Run Multiverse Style Analyses
Version: 0.1.5
Authors@R: c(
        person(
          "Ethan", "Young", 
          email = "young.ethan.scott@gmail.com", 
          role = c("aut", "cre", "cph"),
          comment = c(ORCID = "0000-0002-8232-0184")
        ),
        person(
          "Stefan", "Vermeent", 
          email = "p.c.s.vermeent@gmail.com", 
          role = c("aut"),
          comment = c(ORCID = "0000-0002-9595-5373")
        )
       )
Description: Run the same analysis over a range of arbitrary data processing 
    decisions. 'multitool' provides an interface for creating alternative 
    analysis pipelines and turning them into a grid of all possible pipelines. 
    Using this grid as a blueprint, you can model your data across all possible 
    pipelines and summarize the results.
License: MIT + file LICENSE
Imports: correlation, DiagrammeR, dplyr, furrr, glue, moments, purrr,
        rlang, stringr, tibble, tidyr, lme4, parameters, performance,
        rstudioapi
Suggests: clipr, flextable, future, ggdist, ggplot2, knitr, rmarkdown,
        testthat (>= 3.0.0), tidyverse
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://ethan-young.github.io/multitool/,
        https://github.com/ethan-young/multitool
BugReports: https://github.com/ethan-young/multitool/issues
Depends: R (>= 4.2.0)
NeedsCompilation: no
Packaged: 2025-09-03 18:14:57 UTC; eyoung
Author: Ethan Young [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-8232-0184>),
  Stefan Vermeent [aut] (ORCID: <https://orcid.org/0000-0002-9595-5373>)
Maintainer: Ethan Young <young.ethan.scott@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-03 18:30:02 UTC
Built: R 4.4.3; ; 2025-11-01 05:27:11 UTC; windows
