mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 cran MixSemiRob 1.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Mixture models: parametric, semiparametric and robust
|
|
long_description {*}${description}
|
|
checksums rmd160 83e3cb7f6bf697c89e2c9302ee5fcad9f85745fe \
|
|
sha256 8cc63d5e8491f95bc149df796ca351f792ef609655548b8f03bab4a9c9e27767 \
|
|
size 112914
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-GoFKernel \
|
|
port:R-mixtools \
|
|
port:R-mvtnorm \
|
|
port:R-pracma \
|
|
port:R-quadprog \
|
|
port:R-Rlab \
|
|
port:R-robustbase \
|
|
port:R-ucminf
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|