Package: ggpval
Type: Package
Title: Annotate Statistical Tests for 'ggplot2'
Version: 0.1.0
Authors@R: person("Jun", "Cheng", email = "s6juncheng@gmail.com", role = c("aut", "cre"))
Description: Automatically perform desired statistical tests (e.g. wilcox.test(), t.test()) to compare between groups, and add test p-values to the plot with annotation bar. 
  Visualizing group differences are frequently performed by boxplots, violin plots etc.. 
  Statistical test results are often needed to be annotated on the plots. This package provide a convenient function that work on 'ggplot2' objects, 
  perform desired statistical test between groups of interest and annotate 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
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-12 19:10:18 UTC; chengju
Author: Jun Cheng [aut, cre]
Maintainer: Jun Cheng <s6juncheng@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-12 23:03:42 UTC
