# -*- 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 ggbreak 0.1.6
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             Artistic-2
description         Implementation of scale functions for setting axis breaks \
                    of a ggplot
long_description    {*}${description}
homepage            https://github.com/YuLab-SMU/ggbreak
checksums           rmd160  5b4c36f4fafb27bb8ccb82a2d58ff055a04da118 \
                    sha256  7086152ebdfb38ebed8cae518bb0d0c3675913e35a706f1bac1c0c846b9a50a8 \
                    size    168670
supported_archs     noarch

depends_lib-append  port:R-aplot \
                    port:R-ggfun \
                    port:R-ggplot2 \
                    port:R-ggplotify \
                    port:R-rlang \
                    port:R-yulab.utils

depends_test-append port:R-cowplot \
                    port:R-ggimage \
                    port:R-knitr \
                    port:R-patchwork \
                    port:R-pillar \
                    port:R-prettydoc \
                    port:R-rmarkdown

test.run            yes
