mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
774 B
Tcl
23 lines
774 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 coxerr 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Cox regression with dependent error in covariates
|
|
long_description {*}${description}
|
|
checksums rmd160 3b21960dd3e6ac8a5d84e9e7b7edb491770d4638 \
|
|
sha256 2a3293dcf5fa5348fb75b60f17508c14f451e569681240cbc5220a64a3684ed3 \
|
|
size 9437
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|