# -*- 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 mhahsler arulesCBA 1.2.8 arulesCBA_
revision            1
maintainers         nomaintainer
license             GPL-3
description         Classification based on association rules
long_description    {*}${description}
checksums           rmd160  7d77917b2fbab0f3bc24fa21a8ce657601ced431 \
                    sha256  27c99ccb8b8e9acdc416331a124923f64511788be0163a44ea47f93836aa454c \
                    size    390360
github.tarball_from archive

depends_lib-append  port:R-arules \
                    port:R-discretization \
                    port:R-glmnet

# We do not have R-RWeka yet, omitted.
depends_test-append port:R-mlbench \
                    port:R-rJava \
                    port:R-testthat
