985556cb3b
Univariate Autoregressive Markov Switching Models for Linear and Generalized Models WWW: https://cran.r-project.org/web/packages/MSwM/
17 lines
308 B
Makefile
17 lines
308 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MSwM
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fitting Markov Switching Models
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|