mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
849 B
Tcl
24 lines
849 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 graphclust 1.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Hierarchical graph clustering for a collection of networks
|
|
long_description {*}${description}
|
|
checksums rmd160 1ea672f7afa611df750a07718956fd89ab2dc8a0 \
|
|
sha256 ced87fa40e226c69d72024655dc772c8172d14d1e6138e0e2e91445c00d33fb3 \
|
|
size 21278
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-blockmodels \
|
|
port:R-igraph \
|
|
port:R-sClust
|
|
|
|
test.run yes
|