mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
817 B
Tcl
23 lines
817 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 mtsagris gp 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Maximum likelihood estimation of the generalized Poisson distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 6082a7fb2277dd0f84dab098b0658f4a6ca89918 \
|
|
sha256 da0456f6b22d1d8ecfd2b556aa002676a53d761f7662c893e84e2af9be64bc70 \
|
|
size 5462
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Rfast \
|
|
port:R-RNGforGPD
|
|
|
|
test.run yes
|