mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
824 B
Tcl
23 lines
824 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 PRROC 1.3.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Precision-recall and ROC curves for weighted and unweighted data
|
|
long_description {*}${description}
|
|
checksums rmd160 e25db913a1d1f72b08182cbad1d1b4cd42b00ea0 \
|
|
sha256 479118ce47c527bc97fb58d531a31cabc094d9843d62f16922009dc62e8248d4 \
|
|
size 335708
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-ROCR \
|
|
port:R-testthat
|
|
|
|
test.run yes
|