You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
862 B
Tcl
22 lines
862 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 github acabassi klic 1.0.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Kernel Learning Integrative Clustering
|
|
long_description {*}${description}
|
|
homepage https://acabassi.github.io/klic/articles/klic-vignette.html
|
|
checksums rmd160 3f9cf1d4550562c103f3ac71a19cd0f8d26fb642 \
|
|
sha256 f9e50e0f14762d9e5394f1ec40d163ff9224ef5d05b3008338338e95eb7c16ce \
|
|
size 2582644
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-coca \
|
|
port:R-RColorBrewer \
|
|
port:R-pheatmap
|