Package: ggpubr
Type: Package
Title: 'ggplot2' Based Publication Ready Plots
Version: 0.2.5
Date: 2020-02-13
Authors@R: c(
    person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "alboukadel.kassambara@gmail.com"))
Description: The 'ggplot2' package is excellent and flexible for elegant data
    visualization in R. However the default generated plots requires some formatting
    before we can send them for publication. Furthermore, to customize a 'ggplot',
    the syntax is opaque and this raises the level of difficulty for researchers
    with no advanced R programming skills. 'ggpubr' provides some easy-to-use
    functions for creating and customizing 'ggplot2'- based publication ready plots.
License: GPL-2
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 3.1.0), ggplot2, magrittr
Imports: ggrepel, grid, ggsci, stats, utils, tidyr, purrr, dplyr (>=
        0.7.1), cowplot, ggsignif, scales, gridExtra, glue, polynom,
        rlang
Suggests: grDevices, knitr, RColorBrewer, gtable
URL: https://rpkgs.datanovia.com/ggpubr/
BugReports: https://github.com/kassambara/ggpubr/issues
RoxygenNote: 6.1.1
Collate: 'utilities_color.R' 'utilities_base.R' 'desc_statby.R'
        'utilities.R' 'add_summary.R' 'annotate_figure.R' 'as_ggplot.R'
        'axis_scale.R' 'background_image.R' 'bgcolor.R' 'border.R'
        'compare_means.R' 'diff_express.R' 'facet.R' 'font.R'
        'gene_citation.R' 'geom_bracket.R' 'geom_exec.R' 'get_legend.R'
        'get_palette.R' 'ggadd.R' 'ggarrange.R' 'ggballoonplot.R'
        'ggpar.R' 'ggbarplot.R' 'ggboxplot.R' 'ggdensity.R' 'ggpie.R'
        'ggdonutchart.R' 'stat_conf_ellipse.R' 'stat_chull.R'
        'ggdotchart.R' 'ggdotplot.R' 'ggecdf.R' 'ggerrorplot.R'
        'ggexport.R' 'gghistogram.R' 'ggline.R' 'ggmaplot.R'
        'ggpaired.R' 'ggparagraph.R' 'ggpubr_args.R' 'ggqqplot.R'
        'utilities_label.R' 'stat_cor.R' 'stat_stars.R' 'ggscatter.R'
        'ggscatterhist.R' 'ggstripchart.R' 'ggtext.R' 'ggtexttable.R'
        'ggviolin.R' 'gradient_color.R' 'grids.R' 'reexports.R'
        'rotate.R' 'rotate_axis_text.R' 'rremove.R' 'set_palette.R'
        'show_line_types.R' 'show_point_shapes.R'
        'stat_central_tendency.R' 'stat_compare_means.R' 'stat_mean.R'
        'stat_overlay_normal_density.R' 'stat_pvalue_manual.R'
        'stat_regline_equation.R' 'text_grob.R' 'theme_pubr.R'
        'theme_transparent.R'
NeedsCompilation: no
Packaged: 2020-02-13 07:08:29 UTC; kassambara
Author: Alboukadel Kassambara [aut, cre]
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-13 07:40:08 UTC
