Package: specr Title: Conducting and Visualizing Specification Curve Analyses Version: 1.0.1 Authors@R: c( person(given = "Philipp K.", family = "Masur", role = c("aut", "cre"), email = "phil.masur@gmail.com", comment = c(ORCID = "https://orcid.org/0000-0003-3065-7305")), person(given = "Michael", family = "Scharkow", role = c("aut"), email = "michael@underused.org") ) Description: Provides utilities for conducting specification curve analyses (Simonsohn, Simmons & Nelson (2020, ) or multiverse analyses (Steegen, Tuerlinckx, Gelman & Vanpaemel, 2016, ) including functions to setup, run, evaluate, and plot all specifications. License: GPL-3 URL: https://masurp.github.io/specr/, https://github.com/masurp/specr BugReports: https://github.com/masurp/specr/issues Depends: R (>= 4.1.0) Imports: broom, cowplot, dplyr, furrr, future, ggplot2, ggraph, glue, igraph, lifecycle, lme4, magrittr, methods, parallelly, purrr, rlang, rsample, stringr, tibble, tidyr Suggests: broom.mixed, gapminder, ggridges, knitr, lavaan, testthat, tidyverse, performance, rmarkdown Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 VignetteBuilder: knitr Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libglpk-dev make libicu-dev libxml2-dev Repository: https://masurp.r-universe.dev Date/Publication: 2026-01-19 09:46:55 UTC RemoteUrl: https://github.com/masurp/specr RemoteRef: HEAD RemoteSha: 500d470f77b9cf4f1ca69147a702e6556fa2dc39 NeedsCompilation: no Packaged: 2026-06-18 08:09:39 UTC; root Author: Philipp K. Masur [aut, cre] (ORCID: ), Michael Scharkow [aut] Maintainer: Philipp K. Masur