# -*- 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 holub008 xrf 0.2.2 v
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         eXtreme RuleFit
long_description    An implementation of the RuleFit algorithm as described in Friedman & Popescu (2008).
checksums           rmd160  f82ff2e805a3b6745ac8045674d01bb4aadac701 \
                    sha256  0bd77481d6e4d37b12d369dab4857e623dc7ba23643cff6e259dc80611824c89 \
                    size    22994
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-fuzzyjoin \
                    port:R-glmnet \
                    port:R-rlang \
                    port:R-xgboost

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

test.run            yes
