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
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 mqbssppe fabMix 5.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Overfitting Bayesian mixtures of factor analyzers \
|
|
with parsimonious covariance
|
|
long_description {*}${description} and unknown number of components.
|
|
homepage https://github.com/mqbssppe/overfittingFABMix
|
|
checksums rmd160 a0b4b2e2d530f3d51021ff139d0be2ee42db03b2 \
|
|
sha256 b7abcbd0327b9f6895673f4543a7ab790c9b6314bd3489f385f1b62c254ea189 \
|
|
size 134490
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-corrplot \
|
|
port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-label.switching \
|
|
port:R-mclust \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RColorBrewer
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|