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
46 lines
1.6 KiB
Tcl
46 lines
1.6 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran TommyJones textmineR 3.0.5
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Functions for text mining and topic modelling
|
|
long_description {*}${description}
|
|
homepage https://github.com/TommyJones/textmineR
|
|
checksums rmd160 674bdbbf883a9e7912002a161613c82c9b493100 \
|
|
sha256 78f4b556845149c6093cef4767661bf7982e80e65cde9320dbbae798ad4bf462 \
|
|
size 1233659
|
|
|
|
depends_lib-append port:R-gtools \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppProgress \
|
|
port:R-RSpectra \
|
|
port:R-stopwords \
|
|
port:R-stringr \
|
|
port:R-text2vec
|
|
|
|
depends_test-append port:R-digest \
|
|
port:R-dplyr \
|
|
port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-lda \
|
|
port:R-rmarkdown \
|
|
port:R-SnowballC \
|
|
port:R-spelling \
|
|
port:R-stringi \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidytext \
|
|
port:R-topicmodels \
|
|
port:R-wordcloud
|
|
|
|
test.run yes
|