mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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 modal-inria RMixtComp 4.1.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description Mixture models with heterogeneous and (partially) missing data
|
|
long_description {*}${description}
|
|
checksums rmd160 464bc5105f8997ed739d1036d0079617cf1ab384 \
|
|
sha256 643a9d1c79f3bed52e79e101f448487c9ae8e2afa194e56f8f1b2a067de1cbcb \
|
|
size 1257346
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-plotly \
|
|
port:R-RMixtCompIO \
|
|
port:R-RMixtCompUtilities \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-ClusVis \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-Rmixmod \
|
|
port:R-testthat \
|
|
port:R-xml2
|
|
|
|
test.run yes
|