freebsd-ports/finance/R-cran-tseries/Makefile
David Naylor e73272ab4c finance/R-cran-tseries: update to 0.10-34.
Changes to version 0.10-34:
 * R/finance.R (get.hist.quote): Fix problems with new oanda format
   reported by Bert Tijhuis <bert.tijhuis@xs4all.nl>.

Changes to version 0.10-33:
 * R/finance.R: Change get.hist.quote() to use new oanda URL and
   file format.
2015-03-22 17:12:13 +00:00

22 lines
557 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= tseries
DISTVERSION= 0.10-34
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Time series analysis and computational finance
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
RUN_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
USES= cran:auto-plist
.include <bsd.port.mk>