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 rchen18 RNGforGPD 1.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Random number generation for the generalized Poisson distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 41d7b5a38adec35e118ad66759070123925bdc34 \
|
|
sha256 92b41d74f0ce7a55578742d10dc4eebb0302795a6b95a46be69119d42ed8317f \
|
|
size 20646
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-corpcor \
|
|
port:R-mvtnorm
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|