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
25 lines
906 B
Tcl
25 lines
906 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 cardozorpackages orders 0.1.8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Sampling from k-th order statistics of new families of distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 6f6975f7080f071b8abdc8ca40b4ce3907d1d885 \
|
|
sha256 01d7d9b10722b905514fe4e5ed140259193b62eeedb07f726ca46e897745d815 \
|
|
size 15601
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-actuar \
|
|
port:R-gamlss.dist \
|
|
port:R-Newdistns \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|