summaryrefslogtreecommitdiff
path: root/math/R-cran-KFAS/Makefile
blob: 61b68084cb011ea9c29018db141b22fda7532ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	KFAS
PORTVERSION=	1.4.6
PORTREVISION=	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>