# -*- 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 m-Py anticlust 0.8.7 v
revision            0
categories-append   math
maintainers         nomaintainer
license             MIT
description         Subset partitioning via anticlustering
long_description    {*}${description}
homepage            https://m-py.github.io/anticlust
checksums           rmd160  e23fee9fc7af0d016990d21c07a0c9aeb8cc9f37 \
                    sha256  7ad57ef1f7491836f5d6ed1ef38da7e6092e6b24e800d81cacfa01a3878cd108 \
                    size    360343
github.tarball_from archive

depends_lib-append  port:R-lpSolve \
                    port:R-RANN

depends_run-append  port:glpk

# Optional dep on R-Rsymphony is dropped.
depends_test-append port:R-knitr \
                    port:R-palmerpenguins \
                    port:R-Rglpk \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
