Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.6.5
Authors@R: 
    person(given = "Indrajeet",
           family = "Patil",
           role = c("cre", "aut", "cph"),
           email = "patilindrajeet.science@gmail.com",
           comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
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 API 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 only the most common types of
    statistical tests: parametric, nonparametric, robust, and Bayesian
    versions of t-test/ANOVA, correlation analyses, contingency table
    analysis, meta-analysis, and regression analyses.
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 (>= 3.6.0)
Imports: broomExtra (>= 4.1.0), cowplot, dplyr, effectsize (>= 0.4.0),
        ggcorrplot, ggExtra, ggplot2, ggrepel, ggsignif, insight (>=
        0.10.0), ipmisc (>= 4.1.0), pairwiseComparisons (>= 3.1.0),
        paletteer, parameters (>= 0.9.0), purrr, rlang, stats,
        statsExpressions (>= 0.6.0), tidyr
Suggests: forcats, knitr, MASS, rmarkdown, spelling, testthat, tibble,
        WRS2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-31 08:38:15 UTC; inp099
Author: Indrajeet Patil [cre, aut, cph]
    (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)
Repository: CRAN
Date/Publication: 2020-10-31 09:20:03 UTC
