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
25 lines
916 B
Tcl
25 lines
916 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 sampleSelection 1.2-12
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Sample selection models
|
|
long_description {*}${description}
|
|
checksums rmd160 5a3ca20ef417b5f118859314355b8f55e1ba31c2 \
|
|
sha256 be0584c2a017843a2dbc34e9c42d7c5c15992e276bcc5c1b7b47382218e2a1aa \
|
|
size 3121528
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-maxLik \
|
|
port:R-miscTools \
|
|
port:R-mvtnorm \
|
|
port:R-systemfit \
|
|
port:R-VGAM
|