mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
29 lines
985 B
Tcl
29 lines
985 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 gmm 1.8
|
|
revision 1
|
|
categories-append finance math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Generalized Method of Moments and Generalized Empirical Likelihood
|
|
long_description {*}${description}
|
|
checksums rmd160 619011ce18c2e570a6dec5484556e42acb740add \
|
|
sha256 7099fc5c6a9069924392995a726190e8d62f6e55375ef356084b0c73346d85d8 \
|
|
size 1062995
|
|
|
|
depends_lib-append port:R-sandwich
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-car \
|
|
port:R-knitr \
|
|
port:R-mvtnorm \
|
|
port:R-stabledist \
|
|
port:R-timeDate \
|
|
port:R-timeSeries
|
|
|
|
test.run yes
|