freebsd-ports/math/R-cran-ChangeAnomalyDetection/Makefile
TAKATSU Tomonari f163018db6 - Add new port: math/R-cran-ChangeAnomalyDetection
It is a R package for the detection of the point of a sharp turn
  of the behavior of the time series.

  WWW: http://cran.r-project.org/web/packages/ChangeAnomalyDetection/
2013-05-06 02:56:30 +00:00

20 lines
421 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ChangeAnomalyDetection
PORTVERSION= 0.1.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Change Anomaly Detection
LICENSE= BSD
RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/finance/R-cran-TTR \
R-cran-forecast>0:${PORTSDIR}/math/R-cran-forecast
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>