# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             github kassambara ggpubr 0.6.1 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         ggplot2-based publication-ready plots
long_description    {*}${description}
homepage            https://rpkgs.datanovia.com/ggpubr
checksums           rmd160  8204293c7952a583d64713619c3216aa424f8abb \
                    sha256  0f40f542660e38c8b37a778eb6fa67021537d8074750b9a386109bc82e122e63 \
                    size    20460985
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cowplot \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-ggrepel \
                    port:R-ggsci \
                    port:R-ggsignif \
                    port:R-glue \
                    port:R-gridExtra \
                    port:R-magrittr \
                    port:R-polynom \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-rstatix \
                    port:R-scales \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-gtable \
                    port:R-knitr \
                    port:R-RColorBrewer \
                    port:R-testthat

test.run            yes
