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
27 lines
923 B
Tcl
27 lines
923 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 BCSub 0.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Bayesian semi-parametric factor analysis model for subtype identification (clustering)
|
|
long_description {*}${description}
|
|
checksums rmd160 0fa7466d02f98f52cac4af78bc1156120571ea1e \
|
|
sha256 d78928ee9b70bce3374c0d0134d60ca02b746455e249559ff70e0fd175a70d31 \
|
|
size 253374
|
|
|
|
depends_lib-append port:R-mcclust \
|
|
port:R-nFactors \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|