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
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 cran SAGMM 0.2.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Clustering via stochastic approximation and Gaussian mixture models
|
|
long_description Computes clustering by fitting Gaussian mixture models (GMM) via stochastic approximation.
|
|
checksums rmd160 15453229214dccd4d0116c23e76ff8ec9841b007 \
|
|
sha256 fa43c1dae2421219b6f0a747fece759843f9d3c4eb7624986745bb5c993d2fa2 \
|
|
size 14958
|
|
|
|
depends_lib-append port:R-lowmemtkmeans \
|
|
port:R-mclust \
|
|
port:R-MixSim \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|