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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran dselivanov text2vec 0.6.4 v
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Modern text mining framework for R
|
|
long_description {*}${description}
|
|
homepage https://text2vec.org
|
|
checksums rmd160 5f18a24b0d710c49db94b82ba236891fdf420127 \
|
|
sha256 50d8086d9937532266ae683f446107bb23cd07bfce0873a2028c7ff8c9dd546a \
|
|
size 2277684
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-digest \
|
|
port:R-lgr \
|
|
port:R-mlapi \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-rsparse \
|
|
port:R-stringi
|
|
|
|
# Remove a broken dep: https://github.com/bnosac/udpipe/issues/119
|
|
patchfiles patch-no-udpipe.diff
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-glmnet \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-proxy \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|