mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
909 B
Tcl
26 lines
909 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 andrzej.dudek clusterSim 0.51-5
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Search for an optimal clustering procedure \
|
|
for a data-set
|
|
long_description {*}${description}
|
|
homepage http://keii.ue.wroc.pl/clusterSim
|
|
checksums rmd160 ab7997f178d5b070b8587e000e0d7c84ee3b4824 \
|
|
sha256 9d5bfabf4a536990be9c6e2df0842171256bbb51012542f7752fd6487d1378d2 \
|
|
size 3440942
|
|
|
|
depends_lib-append port:R-ade4 \
|
|
port:R-e1071
|
|
|
|
depends_test-append port:R-mlbench \
|
|
port:R-testthat
|
|
|
|
test.run yes
|