forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
81 lines (81 loc) · 2.39 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.1.2.9000
Authors@R:
c(person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Chuck",
family = "Powell",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3606-2188")))
Maintainer: Indrajeet Patil <[email protected]>
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:
broomExtra (>= 0.0.5),
cowplot (>= 1.0.0),
crayon (>= 1.3.4),
dplyr (>= 0.8.3),
forcats (>= 0.4.0),
ggcorrplot (>= 0.1.3),
ggExtra (>= 0.9),
ggplot2 (>= 3.2.1),
ggrepel (>= 0.8.1),
ggsignif (>= 0.6.0),
grid,
groupedstats (>= 0.0.9),
insight (>= 0.5.0),
metaBMA (>= 0.6.2),
metafor (>= 2.1-0),
pairwiseComparisons (>= 0.1.1),
paletteer (>= 0.2.1),
parameters (>= 0.2.0),
psych (>= 1.8.12),
purrr (>= 0.3.2),
rlang (>= 0.4.0),
scales (>= 1.0.0),
stats,
statsExpressions (>= 0.1.1),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
WRS2 (>= 1.0-0)
Suggests:
broom,
broom.mixed,
jmv,
knitr,
lme4,
MASS,
MCMCglmm,
ordinal,
rmarkdown,
spelling,
stringr,
survival,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.99.9001