mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
878 B
Tcl
25 lines
878 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 strimmerlab binda 1.0.4
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Multi-class discriminant analysis using binary predictors
|
|
long_description {*}${description}
|
|
homepage https://strimmerlab.github.io/software/binda
|
|
checksums rmd160 fe0d3f1c948297979601f2f81d71a8b1f863b3db \
|
|
sha256 045a0152f493f71b76deed6dd168c1a7e8e3585a8e2940cfe6b924be64bbed39 \
|
|
size 9792
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-entropy
|
|
|
|
depends_test-append port:R-crossval
|
|
|
|
test.run yes
|