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
27 lines
1005 B
Tcl
27 lines
1005 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 bogdanpotanin switchSelection 2.0.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Endogenous switching and sample selection regression models
|
|
long_description Estimate the parameters of multivariate endogenous switching \
|
|
and sample selection models.
|
|
checksums rmd160 0ab3559b5195723e69cd60f68de8a7150fcf4ad0 \
|
|
sha256 d3e7458b4121c6a303fab637f58216ddfbae55267b631dfc867257c6a762f151 \
|
|
size 326738
|
|
|
|
depends_lib-append port:R-gena \
|
|
port:R-hpa \
|
|
port:R-mnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|