mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.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 github rikenbit nnTensor 1.3.0 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Non-negative tensor decomposition
|
|
long_description {*}${description}
|
|
checksums rmd160 2ff5915b0126921f020377a12341130cbcd013d8 \
|
|
sha256 654fdb661d1958dbdd60e4f91d8a43d0573dc2caf585eb648f37ed339c90478a \
|
|
size 225059
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-fields \
|
|
port:R-ggplot2 \
|
|
port:R-plot3D \
|
|
port:R-rTensor \
|
|
port:R-tagcloud
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|