Package: ggpval Type: Package Title: Annotate Statistical Tests for 'ggplot2' Version: 0.2.5 Authors@R: person("Jun", "Cheng", email = "s6juncheng@gmail.com", role = c("aut", "cre")) Description: Automatically performs desired statistical tests (e.g. wilcox.test(), t.test()) to compare between groups, and adds the resulting p-values to the plot with an annotation bar. Visualizing group differences are frequently performed by boxplots, bar plots, etc. Statistical test results are often needed to be annotated on these plots. This package provides a convenient function that works on 'ggplot2' objects, performs the desired statistical test between groups of interest and annotates the test results on the plot. URL: https://github.com/s6juncheng/ggpval License: GPL-3 Encoding: UTF-8 Imports: ggplot2, data.table Suggests: knitr, rmarkdown, markdown, testthat VignetteBuilder: knitr RoxygenNote: 7.1.1 Repository: https://s6juncheng.r-universe.dev Date/Publication: 2022-07-11 16:45:23 UTC RemoteUrl: https://github.com/s6juncheng/ggpval RemoteRef: HEAD RemoteSha: 87e2e4827d62889f55700797abe4324132d4b59a NeedsCompilation: no Packaged: 2026-07-05 09:00:26 UTC; root Author: Jun Cheng [aut, cre] Maintainer: Jun Cheng