mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
747 B
Tcl
22 lines
747 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 PLordprob 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Multivariate ordered probit model via pairwise likelihood
|
|
long_description {*}${description}
|
|
checksums rmd160 edc755dcea37ed906c380209a867221c956e962d \
|
|
sha256 d73b45141b8ceedab3c80e4e3d3e1744edf5df36952a5750d62cbd20c28043bc \
|
|
size 21967
|
|
|
|
depends_lib-append port:R-mnormt
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|