Type: Package
Package: statsExpressions
Title: Expressions and Dataframes with Statistical Details
Version: 0.7.1
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: Statistical processing backend for 'ggstatsplot',
    this package creates expressions with details from statistical tests.
    It can additionally return dataframes with these results, which also
    make these functions a more pipe-friendly way to do statistical
    analysis. Currently, it supports only the most common types of
    statistical approaches and tests: parametric, nonparametric, robust, and Bayesian
    versions of t-test/ANOVA, correlation analyses, contingency table
    analysis, and meta-analysis.
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/statsExpressions/,
        https://github.com/IndrajeetPatil/statsExpressions
BugReports: https://github.com/IndrajeetPatil/statsExpressions/issues
Depends: R (>= 3.6.0)
Imports: afex, BayesFactor, correlation (>= 0.6.0), dplyr, effectsize
        (>= 0.4.3), insight (>= 0.13.0), ipmisc (>= 6.0.0), parameters
        (>= 0.11.0), performance, rlang, stats, tidyr, WRS2 (>= 1.1-1)
Suggests: ggplot2, knitr, metaBMA, metafor, metaplus, purrr, rmarkdown,
        spelling, testthat, utils
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1.9001
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: no
Packaged: 2021-02-19 11:38:54 UTC; inp099
Author: Indrajeet Patil [cre, aut, cph]
    (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)
Repository: CRAN
Date/Publication: 2021-02-19 12:50:02 UTC
