# -*- 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 suiji Rborist 0.3-11
revision            2
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             {GPL-2+ MPL-2}
description         Extensible, parallelizable implementation \
                    of the random forest algorithm
long_description    {*}${description}
homepage            https://github.com/suiji/Arborist
checksums           rmd160  f7df36be5415b2afd2a3f10760a69f083c9d576e \
                    sha256  53db5641283bd61259b5726abd369686c48dec8f8fc4b7f49b8e26802211091c \
                    size    200068

depends_lib-append  port:R-data.table \
                    port:R-digest \
                    port:R-Rcpp

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

test.run            yes
