mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 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 cpsievert LDAvis 0.3.2
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Interactive visualization of topic models
|
|
long_description {*}${description}
|
|
homepage https://github.com/cpsievert/LDAvis
|
|
checksums rmd160 6250b12d65fa87b617d87479fbc6bbad904700a1 \
|
|
sha256 efbbd7480a06588bf8432e84bd9df2281ab86d109416e346cb63bb9cce683cf9 \
|
|
size 792093
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-proxy \
|
|
port:R-RJSONIO
|
|
|
|
# This one pulls in an unwanted dependency on Java.
|
|
patchfiles patch-no-mallet.diff
|
|
|
|
depends_test-append port:R-digest \
|
|
port:R-gistr \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-lda \
|
|
port:R-rmarkdown \
|
|
port:R-servr \
|
|
port:R-shiny \
|
|
port:R-topicmodels
|
|
|
|
test.run yes
|