# -*- 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

# GitHub version lags behind.
R.setup             cran mhahsler arulesViz 1.5.4
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Visualize association rules and frequent item sets
long_description    {*}${description}
homepage            https://github.com/mhahsler/arulesViz
checksums           rmd160  5fefeca33225a8e2c7d58ec4cc6c46b9f8c58087 \
                    sha256  1dc2293c77bb2f39b0535eb819cd692141a93e8a5bebc4ed9e431b58ef3000ce \
                    size    1660387
supported_archs     noarch

depends_lib-append  port:R-arules \
                    port:R-dplyr \
                    port:R-DT \
                    port:R-ggplot2 \
                    port:R-ggraph \
                    port:R-igraph \
                    port:R-plotly \
                    port:R-scatterplot3d \
                    port:R-seriation \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-vcd \
                    port:R-visNetwork

depends_test-append port:R-graph \
                    port:R-htmlwidgets \
                    port:R-Rgraphviz \
                    port:R-shiny \
                    port:R-shinythemes \
                    port:R-tidygraph

test.run            yes
