Package: multitool Title: Run Multiverse Style Analyses Version: 0.1.5.9000 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: cli, correlation, DiagrammeR, dplyr, furrr, forcats, glue, moments, purrr, rlang, stringr, tibble, tidyr, patchwork, parameters, performance, lifecycle, ragg, styler Suggests: broom, broom.mixed, clipr, carrier, flextable, future, ggdist, ggplot2, ggtext, knitr, mirai, rmarkdown, testthat (>= 3.0.0), tidyverse Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) 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) LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libglpk-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libx11-dev Repository: https://ethan-young.r-universe.dev Date/Publication: 2026-06-22 13:55:05 UTC RemoteUrl: https://github.com/ethan-young/multitool RemoteRef: HEAD RemoteSha: 4801b606003fb83592f7bd12daa27030d6f0f00a NeedsCompilation: no Packaged: 2026-06-22 14:12:05 UTC; root Author: Ethan Young [aut, cre, cph] (ORCID: ), Stefan Vermeent [aut] (ORCID: ) Maintainer: Ethan Young