# -*- 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.1.7
revision            0
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  896f2b6ac23c6ceb7835640269fb4c4a7fb9df57 \
                    sha256  be92efb841751aba6cf83a83b80f3446a76b93ee269dcee8af37a7a1e19a85ea \
                    size    106366
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-rlang \
                    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
