# -*- 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 TomKellyGenetics vioplot 0.5.0
revision            0
categories-append   graphics
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             BSD
description         Violin Plot
long_description    {*}${description}
checksums           rmd160  7d6aca299bec79f167a15126e47ba3452551e50b \
                    sha256  9861629e61b718ed899a40991148ed1482c309391ca9be714254647edda9550f \
                    size    399548
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-sm \
                    port:R-zoo

depends_test-append port:R-ggplot2 \
                    port:R-knitr \
                    port:R-RColorBrewer \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
