# -*- 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 cran lowmemtkmeans 0.1.2
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Low memory-use trimmed k-means
long_description    Performs the trimmed k-means clustering algorithm with lower memory use. \
                    It also provides a number of utility functions, such as BIC calculations.
checksums           rmd160  3474a5f365183f32602d565d6b4d47ccdb4539e6 \
                    sha256  71c30638a8438767773b65796688eecffa48e73a439307bf3f84ff8c086ff023 \
                    size    9494

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

compilers.setup     require_fortran

depends_test-append port:R-testthat

test.run            yes
