# -*- 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             cran YuLab-SMU ggfun 0.2.0
revision            1
categories-append   graphics
platforms           {darwin any}
maintainers         nomaintainer
license             Artistic-2
description         Miscellaneous functions for R-ggplot2
long_description    {*}${description}
homepage            https://github.com/YuLab-SMU/ggfun
checksums           rmd160  baee6d17ae0843b1910c2769fedf080d6e17449f \
                    sha256  c5d267d3152771842ac1fdd819ecb442670946b75d10e0b4866e342d441a1711 \
                    size    110603
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-rlang \
                    port:R-scales \
                    port:R-yulab.utils

depends_test-append port:R-ggnewscale \
                    port:R-ggplotify \
                    port:R-knitr \
                    port:R-prettydoc \
                    port:R-rmarkdown \
                    port:R-tidyr

test.run            yes
