c9695fe91d
Matrix of transition probabilities for any time-inhomogeneous multistate model with finite state space WWW: https://cran.r-project.org/web/packages/etm/
17 lines
308 B
Makefile
17 lines
308 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= etm
|
|
DISTVERSION= 0.6-2
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Empirical Transition Matrix
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|