-
Notifications
You must be signed in to change notification settings - Fork 43
/
DESCRIPTION
47 lines (47 loc) · 1.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
Type: Package
Package: ggsignif
Title: Significance Brackets for 'ggplot2'
Version: 0.6.4.9000
Authors@R:
c(
person(given = "Constantin",
family = "Ahlmann-Eltze",
role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3762-068X", Twitter = "@const_ae")),
person(given = "Indrajeet",
family = "Patil",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
)
Description: Enrich your 'ggplots' with group-wise comparisons.
This package provides an easy way to indicate if two groups are
significantly different. Commonly this is shown by a bracket on top
connecting the groups of interest which itself is annotated with the
level of significance (NS, *, **, ***). The package provides a single
layer (geom_signif()) that takes the groups for comparison and the
test (t.test(), wilcox.text() etc.) as arguments and adds the
annotation to the plot.
License: GPL-3 | file LICENSE
URL: https://const-ae.github.io/ggsignif/,
https://github.com/const-ae/ggsignif
BugReports: https://github.com/const-ae/ggsignif/issues
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.6.0)
Imports:
ggplot2 (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
scales,
testthat,
vdiffr (>= 1.0.7)
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true