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
56 lines
2.0 KiB
Tcl
56 lines
2.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 odelmarcelle sentopics 0.7.4
|
|
revision 0
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Tools for joint sentiment and topic analysis of textual data
|
|
long_description {*}${description}
|
|
homepage https://github.com/odelmarcelle/sentopics
|
|
checksums rmd160 7d065d7e68d12d88aafa805be4a7be3ac8dc8162 \
|
|
sha256 0d892c001a6c9bbc6ae9bf030bb96969aa0c9f61955e592c5e2096e3355d14eb \
|
|
size 1248810
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-generics \
|
|
port:R-quanteda \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppHungarian \
|
|
port:R-RcppProgress
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-ggplot2 \
|
|
port:R-ggridges \
|
|
port:R-keyATM \
|
|
port:R-knitr \
|
|
port:R-lda \
|
|
port:R-LDAvis \
|
|
port:R-plotly \
|
|
port:R-progress \
|
|
port:R-progressr \
|
|
port:R-RColorBrewer \
|
|
port:R-rmarkdown \
|
|
port:R-seededlda \
|
|
port:R-sentometrics \
|
|
port:R-servr \
|
|
port:R-spacyr \
|
|
port:R-stm \
|
|
port:R-stringr \
|
|
port:R-testthat \
|
|
port:R-textcat \
|
|
port:R-topicmodels \
|
|
port:R-webshot \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
test.run yes
|