# -*- 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 adayim forestploter 1.1.2 v
revision            1
categories-append   graphics
maintainers         nomaintainer
license             MIT
description         Create flexible forest plot
long_description    {*}${description}
checksums           rmd160  5bdb51966fc1210cdaad506b42dd7679c7122e85 \
                    sha256  174f5e31467ece80952c68e1026904ec740003fc65b2c54090d28a437ed116d8 \
                    size    664627
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-gridExtra \
                    port:R-gtable

depends_test-append port:R-covr \
                    port:R-gridtext \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-vdiffr

test.run            yes
