# -*- 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 thomaswiemann kcmeans 0.1.0 v
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Conditional expectation function estimation with k-conditional-means
long_description    {*}${description}
homepage            https://thomaswiemann.com/kcmeans
checksums           rmd160  fe77bc8ea9687353620665e737d3587a54d368a4 \
                    sha256  0d40be5599c11594455b4b327c30762bfe95c2c23e00a57654350f835c9de68e \
                    size    25191
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-Ckmeans.1d.dp

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

test.run            yes
