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
854 B
Tcl
25 lines
854 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 a.titman nhm 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Non-Homogeneous Markov and Hidden Markov Multistate Models
|
|
long_description {*}${description}
|
|
checksums rmd160 30aa6d58251ba2bf7fdf26672c3f769d74027a30 \
|
|
sha256 688197341ba7074546de65a51fb1670f3eba212ed389fa74b5c9a547989b82f5 \
|
|
size 420662
|
|
|
|
depends_lib-append port:R-deSolve \
|
|
port:R-maxLik \
|
|
port:R-mvtnorm
|
|
|
|
depends_test-append port:R-msm \
|
|
port:R-R.rsp
|
|
|
|
test.run yes
|