mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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 sachsmc plotROC 2.3.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Generate useful ROC curve charts for print and interactive use
|
|
long_description {*}${description}
|
|
homepage https://sachsmc.github.io/plotROC
|
|
checksums rmd160 fbe6dd15646fec9b35bc29a7bf2399c009dec6e6 \
|
|
sha256 2f2c7ebec7b9cb8ad41b5ade1951b9d9f0ec12611ec369e12b10a34e5bb05b96 \
|
|
size 1165069
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-gridSVG \
|
|
port:R-plyr \
|
|
port:R-rlang \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-stringr \
|
|
port:R-survivalROC \
|
|
port:R-testthat
|
|
|
|
test.run yes
|