diff options
author | tota <tota@FreeBSD.org> | 2012-04-19 05:14:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-04-19 05:14:44 +0800 |
commit | de5ee6d43d4eb8617286fcd72b5f49256d5b915f (patch) | |
tree | fbe1ab46f5e4a29f42874064aad6ebc3630eb8f2 /finance/R-cran-quantmod | |
parent | 4d2f254f524811f2f81c87b1580e2c0b7f60cd77 (diff) | |
download | freebsd-ports-gnome-de5ee6d43d4eb8617286fcd72b5f49256d5b915f.tar.gz freebsd-ports-gnome-de5ee6d43d4eb8617286fcd72b5f49256d5b915f.tar.zst freebsd-ports-gnome-de5ee6d43d4eb8617286fcd72b5f49256d5b915f.zip |
- Add a new port: finance/R-cran-quantmod
The quantmod package for R is designed to assist the quantitative
trader in the development, testing, and deployment of statistically
based trading models.
WWW: http://www.quantmod.com/
Diffstat (limited to 'finance/R-cran-quantmod')
-rw-r--r-- | finance/R-cran-quantmod/Makefile | 26 | ||||
-rw-r--r-- | finance/R-cran-quantmod/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-quantmod/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile new file mode 100644 index 000000000000..e816e60f00fe --- /dev/null +++ b/finance/R-cran-quantmod/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: R-cran-quantmod +# Date created: 2011-10-30 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= quantmod +DISTVERSION= 0.3-17 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Quantitative Financial Modelling and Trading Framework for R + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-Defaults>0:${PORTSDIR}/devel/R-cran-Defaults \ + R-cran-xts>=0.7.5:${PORTSDIR}/math/R-cran-sp \ + R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \ + R-cran-TTR>=0.2:${PORTSDIR}/finance/R-cran-TTR + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/finance/R-cran-quantmod/distinfo b/finance/R-cran-quantmod/distinfo new file mode 100644 index 000000000000..91d7c77737bc --- /dev/null +++ b/finance/R-cran-quantmod/distinfo @@ -0,0 +1,2 @@ +SHA256 (quantmod_0.3-17.tar.gz) = bcf3205656de40147b97066c1b763597c7af7a431cbcfb1512ab77200745a470 +SIZE (quantmod_0.3-17.tar.gz) = 120684 diff --git a/finance/R-cran-quantmod/pkg-descr b/finance/R-cran-quantmod/pkg-descr new file mode 100644 index 000000000000..22e5ac6e198f --- /dev/null +++ b/finance/R-cran-quantmod/pkg-descr @@ -0,0 +1,5 @@ +The quantmod package for R is designed to assist the quantitative +trader in the development, testing, and deployment of statistically +based trading models. + +WWW: http://www.quantmod.com/ |