# -*- 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 alishinski clustRcompaR 31f04e677bde193dc3716aa1fa19b7f504d4411a
version             0.2.1
revision            1
categories-append   textproc
maintainers         nomaintainer
license             GPL-3
description         Easy interface for clustering a set of documents and exploring group-based patterns
long_description    {*}${description}
checksums           rmd160  0ea14b32ae488b4a2c851676b6c412d353086e6e \
                    sha256  8f4026d8ceabd1f98209d9c0bc4cafbc6f9238d95679ca355d75cde095a0f353 \
                    size    1254186
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-ppls \
                    port:R-quanteda

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

# Tests have issues: https://github.com/alishinski/clustRcompaR/issues/7
test.run            yes
