mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- 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 nomaintainer
|
|
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
|