mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
812 B
Tcl
23 lines
812 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 seanjw NetCluster 0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Clustering for networks
|
|
long_description Facilitates network clustering and evaluation \
|
|
of cluster configurations.
|
|
checksums rmd160 41350f8b0155519cac18bbdf75a0a8977dfd9209 \
|
|
sha256 e485b1181e75d685c3fde35c950b2ee40ef493999c9574ae9207f068dd447e29 \
|
|
size 3768
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-sna
|
|
|
|
test.run yes
|