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
28 lines
971 B
Tcl
28 lines
971 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 toduckhanh bcROCsurface 1.0-6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bias-corrected methods for estimating the ROC surface of continuous diagnostic tests
|
|
long_description {*}${description}
|
|
checksums rmd160 9fb0154f5aedc9d058e1198eb2e4509adf7d58e0 \
|
|
sha256 9e0112cac7878a2f8c940252d8e38a128063c85fa601751bb9b212dec6271f3c \
|
|
size 578107
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rgl
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|