-
Notifications
You must be signed in to change notification settings - Fork 190
/
DESCRIPTION
86 lines (86 loc) · 2.6 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
82
83
84
85
86
Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.12.5.9000
Authors@R:
c(person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Chuck",
family = "Powell",
email = "ibecav@gmail.com",
role = "ctb",
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
provides an easier syntax 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 the most common types of
statistical approaches and tests: parametric, nonparametric, robust,
and Bayesian versions of t-test/ANOVA, correlation analyses,
contingency table analysis, meta-analysis, and regression analyses.
References: Patil (2021) <doi:10.21105/joss.03236>.
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 (>= 4.3.0)
Imports:
correlation (>= 0.8.6),
datawizard (>= 0.13.0),
dplyr (>= 1.1.4),
ggcorrplot (>= 0.1.4.1),
ggplot2 (>= 3.5.1),
ggrepel (>= 0.9.6),
ggside (>= 0.3.1),
ggsignif (>= 0.6.4),
glue (>= 1.8.0),
insight (>= 0.20.5),
paletteer (>= 1.6.0),
parameters (>= 0.23.0),
patchwork (>= 1.3.0),
performance (>= 0.12.4),
purrr (>= 1.0.2),
rlang (>= 1.1.4),
statsExpressions (>= 1.6.1),
tidyr (>= 1.3.1),
utils
Suggests:
afex,
BayesFactor (>= 0.9.12-4.7),
gapminder,
knitr,
lme4 (>= 1.1-35.2),
MASS,
metaBMA,
metafor,
metaplus,
psych,
rmarkdown,
rstantools,
stats,
survival,
testthat (>= 3.2.1),
tibble,
vdiffr (>= 1.0.8),
withr,
WRS2
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
Config/roxyglobals/unique: TRUE