You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
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 modal-inria RMixtCompIO 4.0.11
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description Model-based clustering package for mixed data
|
|
long_description {*}${description}
|
|
checksums rmd160 709f45109deee4dd28ac7be084ce4835d11eaffd \
|
|
sha256 1f3f70607c982324a22f9fc317f36e7629b78d0a5450999b07ac0b85962b55f8 \
|
|
size 150484
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
depends_test-append port:R-Rmixmod \
|
|
port:R-testthat \
|
|
port:R-xml2
|
|
|
|
# One test fails on ppc: https://github.com/modal-inria/MixtComp/issues/44
|
|
test.run yes
|