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
920 B
Tcl
24 lines
920 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 mayer79 MetricsWeighted 1.0.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Weighted metrics, scoring functions and performance measures for machine learning
|
|
long_description {*}${description}
|
|
homepage https://github.com/mayer79/MetricsWeighted
|
|
checksums rmd160 1cae6ed4f0a0a374863683e55aef5778c3678a27 \
|
|
sha256 46029c50230d1ff5baf19f8a3c90e3bff9cd46ff8b58cece4b5f3563a0db9f20 \
|
|
size 72516
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|