aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-quantmod
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-04-18 21:14:44 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-04-18 21:14:44 +0000
commitd700441c33e8b1bec79265ca2dae39ecdda01599 (patch)
tree11a396f53dbc9a2c6e9f776c0e09095e4c858858 /finance/R-cran-quantmod
parentbb7876df83547bae50538dba5cabb2a55ced0b21 (diff)
downloadports-d700441c33e8b1bec79265ca2dae39ecdda01599.tar.gz
ports-d700441c33e8b1bec79265ca2dae39ecdda01599.zip
Notes
Diffstat (limited to 'finance/R-cran-quantmod')
-rw-r--r--finance/R-cran-quantmod/Makefile26
-rw-r--r--finance/R-cran-quantmod/distinfo2
-rw-r--r--finance/R-cran-quantmod/pkg-descr5
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/