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
881 B
Tcl
25 lines
881 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran kosukeimai MNP 3.1-5 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fitting the Multinomial Probit Model
|
|
long_description Fits the Bayesian multinomial probit model \
|
|
via Markov chain Monte Carlo.
|
|
checksums rmd160 ded6f39aea744c3e8c469f927a7c24cf4729cd92 \
|
|
sha256 7a77ff0fe3ca6a2265e2cf52c998422032b6b9303ad7ffd8d5862908528773e7 \
|
|
size 1751176
|
|
# github.tarball_from archive
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|