mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
811 B
Tcl
24 lines
811 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 cpd 0.3.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Complex Pearson Distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 0c76447296b423f4fab2a126fba9c099b3d86825 \
|
|
sha256 abf1eaf6cb2e10aa7035066066a2bb8f707161a8641d1ef74ffbf47123712d11 \
|
|
size 58058
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dgof \
|
|
port:R-hypergeo \
|
|
port:R-Rdpack
|
|
|
|
test.run yes
|