mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
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 github hdakpo sfaR 1.0.1 v
|
|
revision 0
|
|
categories-append economics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Stochastic Frontier Analysis using R
|
|
long_description {*}${description}
|
|
checksums rmd160 b8c915cd1bf5df901cefe1ebb25cb42b57b378d2 \
|
|
sha256 947ea085fcbb323ba0e34fb035e5b99ff41f1f70eea1dbde094607cd051f4703 \
|
|
size 678837
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cubature \
|
|
port:R-fastGHQuad \
|
|
port:R-Formula \
|
|
port:R-marqLevAlg \
|
|
port:R-maxLik \
|
|
port:R-mnorm \
|
|
port:R-nleqslv \
|
|
port:R-plm \
|
|
port:R-qrng \
|
|
port:R-randtoolbox \
|
|
port:R-sandwich \
|
|
port:R-texreg \
|
|
port:R-trustOptim \
|
|
port:R-ucminf
|
|
|
|
depends_test-append port:R-lmtest
|
|
|
|
test.run yes
|