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
22 lines
775 B
Tcl
22 lines
775 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 ruibarrigana ebmstate 0.1.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Empirical Bayes Multi-state Cox model
|
|
long_description {*}${description}
|
|
checksums rmd160 cdbcbdfb1aa1c3daf2357ecf7571497cfbaf59ae \
|
|
sha256 1bd173c3c06c39495a3c5fe188c211c82653f6d8337906c2938420fb8ffb73c9 \
|
|
size 182498
|
|
|
|
depends_lib-append port:R-HDInterval \
|
|
port:R-mstate \
|
|
port:R-Rcpp
|
|
|
|
test.run yes
|