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
23 lines
822 B
Tcl
23 lines
822 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 github dsy109 mixtools 2.0.0 v
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Tools for analyzing finite mixture models
|
|
long_description {*}${description}
|
|
checksums rmd160 8a62686661858cc5511b04ff8c6aa00634aaef58 \
|
|
sha256 59922c9a3b08163b3d5ee444bd8bf332ebbc35c0e28e304a6f265b725952de9c \
|
|
size 334782
|
|
|
|
depends_lib-append port:R-kernlab \
|
|
port:R-plotly \
|
|
port:R-scales \
|
|
port:R-segmented
|
|
|
|
test.run yes
|