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
40 lines
1.4 KiB
Tcl
40 lines
1.4 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 culturalcartography text2map 0.2.0
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description R tools for text matrices, embeddings and networks
|
|
long_description {*}${description}
|
|
homepage https://gitlab.com/culturalcartography/text2map
|
|
checksums rmd160 604d2b4c7da6f68d99733efe1d44a53c0808ec63 \
|
|
sha256 b4159cec1e4b087833b383f70dc8b3a953d4b6f76ba7981af67f8aff440e453b \
|
|
size 555226
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ClusterR \
|
|
port:R-doParallel \
|
|
port:R-dplyr \
|
|
port:R-fastmatch \
|
|
port:R-foreach \
|
|
port:R-igraph \
|
|
port:R-kit \
|
|
port:R-permute \
|
|
port:R-qgraph \
|
|
port:R-rlang \
|
|
port:R-rsvd \
|
|
port:R-stringi \
|
|
port:R-text2vec \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-quanteda \
|
|
port:R-testthat \
|
|
port:R-tm
|
|
|
|
test.run yes
|