18 lines
401 B
Makefile
18 lines
401 B
Makefile
PORTNAME= msm
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Multi-State Markov and Hidden Markov Models in Continuous Time
|
|
WWW= https://cran.r-project.org/package=msm
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-expm>0:math/R-cran-expm \
|
|
R-cran-mvtnorm>0:math/R-cran-mvtnorm
|
|
|
|
USES= cran:compiles
|
|
|
|
.include <bsd.port.mk>
|