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
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 cran mauricio1986 Rchoice 0.3-6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Discrete choice (binary, Poisson and ordered) models with random parameters
|
|
long_description {*}${description}
|
|
checksums rmd160 acb8984e72cd5319839db324829feb51d0a45204 \
|
|
sha256 c3716272849e739c652b158360a79c51a8f22e225423330eb6cec8557d6f3739 \
|
|
size 227034
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-maxLik \
|
|
port:R-memisc \
|
|
port:R-miscTools \
|
|
port:R-msm \
|
|
port:R-numDeriv \
|
|
port:R-plm \
|
|
port:R-plotrix \
|
|
port:R-sandwich
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-car \
|
|
port:R-lmtest \
|
|
port:R-pglm
|
|
|
|
test.run yes
|