Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.12.1
Authors@R: 
    c(person(given = "Indrajeet",
             family = "Patil",
             role = c("cre", "aut", "cph"),
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
      person(given = "Chuck",
             family = "Powell",
             email = "ibecav@gmail.com",
             role = "ctb",
             comment = c(ORCID = "0000-0002-3606-2188")))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Extension of 'ggplot2', 'ggstatsplot' creates graphics with
    details from statistical tests included in the plots themselves. It
    provides an easier syntax to generate information-rich plots for
    statistical analysis of continuous (violin plots, scatterplots,
    histograms, dot plots, dot-and-whisker plots) or categorical (pie and
    bar charts) data. Currently, it supports the most common types of
    statistical approaches and tests: parametric, nonparametric, robust,
    and Bayesian versions of t-test/ANOVA, correlation analyses,
    contingency table analysis, meta-analysis, and regression analyses.
    References: Patil (2021) <doi:10.21105/joss.03236>.
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/ggstatsplot/,
        https://github.com/IndrajeetPatil/ggstatsplot
BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends: R (>= 4.1.0)
Imports: correlation, datawizard (>= 0.9.0), dplyr (>= 1.1.3),
        ggcorrplot, ggplot2 (>= 3.4.3), ggrepel (>= 0.9.3), ggside (>=
        0.2.2), ggsignif (>= 0.6.4), glue, insight (>= 0.19.5),
        paletteer, parameters (>= 0.21.2), patchwork, performance (>=
        0.10.5), purrr (>= 1.0.2), rlang, stats, statsExpressions (>=
        1.5.2), tidyr, utils
Suggests: afex, BayesFactor (>= 0.9.12-4.4), gapminder, knitr, lme4,
        MASS, metaBMA, metafor, metaplus, PMCMRplus (>= 1.9.7), psych,
        rmarkdown, survival, testthat (>= 3.1.10), tibble, vdiffr (>=
        1.0.6), withr, WRS2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals, r-lib/vdiffr
NeedsCompilation: no
Packaged: 2023-09-20 21:29:18 UTC; indrajeetpatil
Author: Indrajeet Patil [cre, aut, cph]
    (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets),
  Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>)
Repository: CRAN
Date/Publication: 2023-09-20 22:10:03 UTC
Built: R 4.2.0; ; 2023-09-21 13:09:19 UTC; unix
