mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
930 B
Tcl
27 lines
930 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 alessia.eletti.19 flexmsm 0.1.2
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description General framework for flexible multi-state survival modelling
|
|
long_description {*}${description}
|
|
checksums rmd160 5e6273039fd9f9404e85df6464f18e504327c6b8 \
|
|
sha256 ef44c49de832bc01d51c0254fc994bc683d2cbee97e708cbeda8ac9158b4ebcd \
|
|
size 102769
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-GJRM \
|
|
port:R-matrixStats \
|
|
port:R-msm \
|
|
port:R-trust
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|