mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
902 B
Tcl
26 lines
902 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 dgallardo tpn 1.9
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Truncated positive normal model and extensions
|
|
long_description {*}${description}
|
|
checksums rmd160 857dd2c52a56bfd83bf6297f50523bd64e3b1825 \
|
|
sha256 b55a728f6a0d836460bc7f3a95f4bc6f4f77151736c0cdaca1e1d4dbc649877f \
|
|
size 14205
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-moments \
|
|
port:R-pracma \
|
|
port:R-RBE3 \
|
|
port:R-skewMLRM \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|