Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.3.1
Authors@R: 
    c(person(given = "Indrajeet",
             family = "Patil",
             role = c("cre", "aut", "ctb"),
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531")),
      person(given = "Chuck",
             family = "Powell",
             role = "ctb",
             email = "ibecav@gmail.com",
             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 is targeted primarily at behavioral sciences community
    to provide a one-line code 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.5.0)
Imports: broomExtra, cowplot, dplyr, ggcorrplot, ggExtra, ggplot2 (>=
        3.3.0), ggrepel, ggsignif, groupedstats, insight, ipmisc,
        pairwiseComparisons, paletteer, purrr, rlang, stats,
        statsExpressions, tidyr
Suggests: forcats, knitr, lme4, MASS, ordinal, rmarkdown, spelling,
        survival, testthat, tibble, WRS2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2.9000
NeedsCompilation: no
Packaged: 2020-03-06 21:28:43 UTC; inp099
Author: Indrajeet Patil [cre, aut, ctb]
    (<https://orcid.org/0000-0003-1995-6531>),
  Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>)
Repository: CRAN
Date/Publication: 2020-03-06 23:50:03 UTC
