summaryrefslogtreecommitdiff
path: root/math/R-cran-KFAS/Makefile
blob: 8e9433719dcbccd1c71ac314ea664115d490e117 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	KFAS
PORTVERSION=	1.5.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Kalman filter and smoothers for exponential family state space models
WWW=		https://cran.r-project.org/web/packages/KFAS/

LICENSE=	GPLv2+

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>