# -*- 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 mcguinlu robvis 0.3.0
revision            1
maintainers         nomaintainer
license             MIT
description         Visualize results of Risk-of-Bias (ROB) assessments
long_description    {*}${description}
homepage            https://github.com/mcguinlu/robvis
checksums           rmd160  529fc05067b14267dd7e08709e00a37ecbe38355 \
                    sha256  b0444be700a4b276f1621b7ef7ac9d3f4ae8373895b62a0502ad7930c4e8fb77 \
                    size    1261985
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-scales \
                    port:R-tidyr

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

test.run            yes