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 = "artjom31415@googlemail.com", comment = c(ORCID = "0000-0002-3762-068X")), person(given = "Indrajeet", family = "Patil", role = c("aut", "ctb"), email = "patilindrajeet.science@gmail.com", comment = c(ORCID = "0000-0003-1995-6531")) ) 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 (>= 4.1.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.3 Config/testthat/edition: 3 Config/testthat/parallel: true Repository: https://const-ae.r-universe.dev Date/Publication: 2026-03-29 06:58:18 UTC RemoteUrl: https://github.com/const-ae/ggsignif RemoteRef: HEAD RemoteSha: 55f411c90fb3a63d58cbfa5b4968ece76ce5e625 NeedsCompilation: no Packaged: 2026-07-04 01:29:52 UTC; root Author: Constantin Ahlmann-Eltze [aut, cre, ctb] (ORCID: ), Indrajeet Patil [aut, ctb] (ORCID: ) Maintainer: Constantin Ahlmann-Eltze