# -*- 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 Bettina.Gruen topicmodels 0.2-17
revision            0
categories-append   textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Topic Models
long_description    Provides an interface to the C code \
                    for Latent Dirichlet Allocation (LDA) models \
                    and Correlated Topics Models (CTM).
checksums           rmd160  5e56db0b41f4441ad3b4a8dc11aa4c157c9b8df7 \
                    sha256  3867e15ff5d318307695c1aa196b8fe405ee4cbd4f7574e298d78ef778d5168d \
                    size    779865

depends_lib-append  port:gsl \
                    port:R-modeltools \
                    port:R-slam \
                    port:R-tm

depends_test-append port:R-lda \
                    port:R-OAIHarvester \
                    port:R-SnowballC

test.run            yes
