mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
885 B
Tcl
26 lines
885 B
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 cran rMultiNet 0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Multi-layer networks analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 f22b4445ac2f2a59830b89a6206795165500acf5 \
|
|
sha256 d4e5bdf11890d82240b5c39c2b2b85c0c40b9f5311c582b2fcfd2017126c9f64 \
|
|
size 10324
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dbscan \
|
|
port:R-geigen \
|
|
port:R-glmnet \
|
|
port:R-plotly \
|
|
port:R-rTensor
|
|
|
|
test.run yes
|