# -*- 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 is old.
R.setup             cran david-cortes outliertree 1.10.0
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Explainable outlier detection through decision tree conditioning
long_description    {*}${description}
homepage            https://outliertree.readthedocs.io
checksums           rmd160  9323296a5ca9da271f574c677dc4f6946a30beaf \
                    sha256  85655e41009756e2f9ee8563d40825547de0c43a1a11f60a8dfdbbc3dc4de38f \
                    size    632573

depends_lib-append  port:R-Rcpp \
                    port:R-Rcereal

depends_test-append port:R-data.table \
                    port:R-kableExtra \
                    port:R-knitr \
                    port:R-rmarkdown

test.run            yes
