Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.0.12
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 = c("aut", "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, 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: BayesFactor (>= 0.9.12-4.2), boot (>= 1.3-22), broomExtra (>=
        0.0.4), cowplot (>= 1.0.0), crayon (>= 1.3.4), DescTools (>=
        0.99.28), dplyr (>= 0.8.3), ellipsis (>= 0.2.0), ez (>= 4.4-0),
        forcats (>= 0.4.0), ggcorrplot (>= 0.1.3), ggExtra (>= 0.8),
        ggplot2 (>= 3.2.0), ggrepel (>= 0.8.1), ggsignif (>= 0.5.0),
        glue (>= 1.3.1), grid, groupedstats (>= 0.0.7), jmv (>=
        0.9.6.1), magrittr (>= 1.5), MCMCpack, metaBMA (>= 0.6.1),
        metafor (>= 2.1-0), methods, paletteer (>= 0.2.1), psych (>=
        1.8.12), purrr (>= 0.3.2), purrrlyr (>= 0.0.5), rcompanion (>=
        2.2.1), rlang (>= 0.4.0), scales (>= 1.0.0), sjstats (>=
        0.17.5), stats, stringr (>= 1.4.0), tibble (>= 2.1.3), tidyr
        (>= 0.8.3), utils, WRS2 (>= 1.0-0)
Suggests: broom, broom.mixed, glmmTMB, knitr, lme4, MASS, MCMCglmm,
        ordinal, readr, rmarkdown, robust, spelling, survival, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-12 13:00:10 UTC; inp099
Author: Indrajeet Patil [cre, aut, ctb]
    (<https://orcid.org/0000-0003-1995-6531>),
  Chuck Powell [aut, ctb] (<https://orcid.org/0000-0002-3606-2188>)
Repository: CRAN
Date/Publication: 2019-07-12 14:00:03 UTC
