mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
897 B
Tcl
26 lines
897 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 yagu0 morpheus 1.0-4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Estimate parameters of mixtures of logistic regressions
|
|
long_description {*}${description}
|
|
checksums rmd160 1b4e586441f72f52de2bfb68e3df0f3f7cf61770 \
|
|
sha256 c7c37c7b8d0132cc1e14f21ae95ae305aa085db81bc020c185cf1fa473ad3179 \
|
|
size 30118
|
|
|
|
depends_lib-append port:R-jointDiag \
|
|
port:R-pracma
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-flexmix \
|
|
port:R-roxygen2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|