Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/math/R-cran-ChangeAnomalyDetection/Makefile
17345 views
# Created by: TAKATSU Tomonari <[email protected]>

PORTNAME=	ChangeAnomalyDetection
PORTVERSION=	0.1.0
PORTREVISION=	9
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Change Anomaly Detection

LICENSE=	BSD

RUN_DEPENDS=	R-cran-TTR>0:finance/R-cran-TTR \
		R-cran-forecast>0:math/R-cran-forecast

USES=	cran:auto-plist

.include <bsd.port.mk>