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
24 lines
798 B
Tcl
24 lines
798 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 dynmix 2.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Estimation of dynamic finite mixtures
|
|
long_description {*}${description}
|
|
checksums rmd160 015a1a41806dc7737d6720228b0d8504b01bdd02 \
|
|
sha256 e068a23be7a1a549ed521a3174e08bb90c87f9a9ff0195962ab26e73cd14b526 \
|
|
size 29156
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|