forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.86 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.5.0.9000
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531"))
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 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.0.5),
cowplot,
dplyr,
effectsize,
ggcorrplot,
ggExtra,
ggplot2,
ggrepel,
ggsignif,
insight,
ipmisc,
pairwiseComparisons (>= 2.0.0),
paletteer,
parameters,
purrr,
rlang,
stats,
statsExpressions (>= 0.4.3),
tidyr
Suggests:
forcats,
knitr,
MASS,
rmarkdown,
spelling,
testthat,
tibble,
WRS2
VignetteBuilder:
knitr
Remotes:
IndrajeetPatil/statsExpressions
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
"collate", "pkgapi::api_roclet"))
RoxygenNote: 7.1.1