mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.2 KiB
Tcl
29 lines
1.2 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 cran CompDist 1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Multisection composite distributions
|
|
long_description Computes density function, cumulative distribution function, quantile function \
|
|
and random numbers for a multisection composite distribution specified by the user. \
|
|
Also fits the user specified distribution to a given data set.
|
|
checksums rmd160 664d4223eeee4f4473225e86a879dbfbacde84f9 \
|
|
sha256 cc9887542e0d6f9bc1333214aae0af1e2658c7fb2b1de8c9319b3233f5448109 \
|
|
size 5527
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-actuar \
|
|
port:R-fExtremes \
|
|
port:R-numDeriv \
|
|
port:R-PearsonDS \
|
|
port:R-rmutil \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|