# -*- 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.2
revision            1
maintainers         nomaintainer
license             Artistic-2
description         Implementation of scale functions for setting axis breaks of a ggplot
long_description    {*}${description}
checksums           rmd160  112f449c4b9189d056298b8d3c080292e10bff25 \
                    sha256  843b715b67e804e0f6e324e00b8ffd81f0d5126e0945eea974a07563b6093d93 \
                    size    168334
supported_archs     noarch
platforms           {darwin any}

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

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
