Type: Package
Package: pairwiseComparisons
Title: Multiple Pairwise Comparison Tests
Version: 0.1.0
Authors@R: 
    person(given = "Indrajeet",
           family = "Patil",
           role = c("cre", "aut", "ctb"),
           email = "patilindrajeet.science@gmail.com",
           comment = c(ORCID = "0000-0003-1995-6531"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Multiple pairwise comparison tests for one-way
    analysis of variance for both between-subjects and within-subjects
    designs. Currently, it supports only the most common types of
    statistical analyses and tests: parametric (Welch's and Student's
    t-test), nonparametric (Durbin-Conover test and
    Dwass-Steel-Crichtlow-Fligner test), robust (Yuen’s trimmed means test).
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/pairwiseComparisons/,
        https://github.com/IndrajeetPatil/pairwiseComparisons
BugReports: https://github.com/IndrajeetPatil/pairwiseComparisons/issues
Depends: R (>= 3.5.0)
Imports: broomExtra (>= 0.0.5), crayon (>= 1.3.4), dplyr (>= 0.8.3),
        forcats, groupedstats, jmv, magrittr (>= 1.5), purrrlyr, rlang
        (>= 0.4.0), stats, stringr, tibble (>= 2.1.3), tidyr (>=
        0.8.3), utils, WRS2 (>= 1.0-0)
Suggests: ggplot2, knitr, rmarkdown, spelling, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1.9000
NeedsCompilation: no
Packaged: 2019-08-23 15:32:43 UTC; inp099
Author: Indrajeet Patil [cre, aut, ctb]
    (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2019-08-28 12:20:02 UTC
