mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
957 B
Tcl
29 lines
957 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 mixedClust 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Co-clustering of mixed type data
|
|
long_description {*}${description}
|
|
checksums rmd160 234722bde76d18558ca5de51ea8a0606a85414c4 \
|
|
sha256 1538f352f4662c9a4a0f23dd657547992a9011e03d00173bd80c9546b5d41e82 \
|
|
size 66794
|
|
|
|
depends_lib-append port:R-fda \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppProgress
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-ordinalClust \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|