Package: specr
Title: Conducting and Visualizing Specification Curve Analyses
Version: 0.2.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 (2015, <doi: 10.2139/ssrn.2694998>) or multiverse analyses (Steegen, Tuerlinckx, Gelman & Vanpaemel, 2016, <doi: 10.1177/1745691616658637>) 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 (>= 3.5.0)
Imports: broom, cowplot, dplyr, ggplot2, ggraph, glue, igraph, lme4,
        magrittr, purrr, rlang, tibble, tidyr
Suggests: knitr, testthat, tidyverse, performance, progress, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-25 16:33:06 UTC; philippmasur
Author: Philipp K. Masur [aut, cre] (<https://orcid.org/0000-0003-3065-7305>),
  Michael Scharkow [aut]
Maintainer: Philipp K. Masur <phil.masur@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-26 13:40:02 UTC
