mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
837 B
Tcl
23 lines
837 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 SMM 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Simulation and estimation of multi-state discrete-time semi-Markov and Markov models
|
|
long_description {*}${description}
|
|
checksums rmd160 dd003ce95c372c34cdacd4d52d22788e3d08b4aa \
|
|
sha256 8db2241e2f9d5a24050141e2c3a0d253bceb730fca072196d9ef5bd6b43e2cbc \
|
|
size 745073
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DiscreteWeibull \
|
|
port:R-seqinr
|
|
|
|
test.run yes
|