aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/R-cran-fBasics/Makefile22
-rw-r--r--finance/R-cran-fBasics/distinfo2
-rw-r--r--finance/R-cran-fBasics/pkg-descr9
4 files changed, 34 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 314ac95d12bf..e90495d36b1e 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -7,6 +7,7 @@
SUBDIR += R-cran-RFinanceYJ
SUBDIR += R-cran-TTR
SUBDIR += R-cran-ccgarch
+ SUBDIR += R-cran-fBasics
SUBDIR += R-cran-gmm
SUBDIR += R-cran-lmtest
SUBDIR += R-cran-plm
diff --git a/finance/R-cran-fBasics/Makefile b/finance/R-cran-fBasics/Makefile
new file mode 100644
index 000000000000..4f1abc67250f
--- /dev/null
+++ b/finance/R-cran-fBasics/Makefile
@@ -0,0 +1,22 @@
+# Created by: David Naylor <naylor.b.david@gmail.com>
+# $FreeBSD$
+
+PORTNAME= fBasics
+PORTVERSION= 2160.85
+CATEGORIES= finance
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= naylor.b.david@gmail.com
+COMMENT= Markets and Basic Statistics
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
+ R-cran-timeSeries>=2100.84:${PORTSDIR}/finance/R-cran-timeSeries \
+ R-cran-stabledist>0:${PORTSDIR}/math/R-cran-stabledist
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/finance/R-cran-fBasics/distinfo b/finance/R-cran-fBasics/distinfo
new file mode 100644
index 000000000000..686397368c05
--- /dev/null
+++ b/finance/R-cran-fBasics/distinfo
@@ -0,0 +1,2 @@
+SHA256 (fBasics_2160.85.tar.gz) = d6d7c1937e6a29a0f67234b1c3a80835ed4550e0395f5e2c66de5207f2c533f8
+SIZE (fBasics_2160.85.tar.gz) = 661835
diff --git a/finance/R-cran-fBasics/pkg-descr b/finance/R-cran-fBasics/pkg-descr
new file mode 100644
index 000000000000..8054fcf0b1cd
--- /dev/null
+++ b/finance/R-cran-fBasics/pkg-descr
@@ -0,0 +1,9 @@
+The Rmetrics "fBasics" package is a collection of functions to
+explore and to investigate basic properties of financial returns
+and related quantities. The covered fields include techniques of
+explorative data analysis and the investigation of distributional
+properties, including parameter estimation and hypothesis testing.
+Evenmore there are several utility functions for data handling and
+management.
+
+WWW: http://cran.r-project.org/web/packages/fBasics/