mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
760 B
Tcl
22 lines
760 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 emg 1.0.9
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Exponentially-Modified Gaussian (EMG) distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 7ffc18d0c15820ca48de9e817312ee82c9eb84c8 \
|
|
sha256 d4002c182a9813037f9d15189009aa153ce3fbe4be8c7937e3475b697b015513 \
|
|
size 13914
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-moments
|
|
|
|
test.run yes
|