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
23 lines
895 B
Tcl
23 lines
895 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 pec 2023.04.12
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Prediction error curves for risk prediction models in survival analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 f90ce6bba0785a711d5843df83ce7d94465c73ee \
|
|
sha256 6552fe9843b0b59bfd97c0db70c1ac5b0291184b498a796803b9dca0dc70ef95 \
|
|
size 171007
|
|
|
|
depends_lib-append port:R-foreach \
|
|
port:R-lava \
|
|
port:R-prodlim \
|
|
port:R-riskRegression \
|
|
port:R-rms \
|
|
port:R-timereg
|