diff options
author | tota <tota@FreeBSD.org> | 2012-12-25 19:36:41 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-25 19:36:41 +0800 |
commit | 16cb580ccb02f92b7bb113049a9ea9791d53567b (patch) | |
tree | 59ff1840a94c0744b3819fec2d27e84b09abf323 /finance | |
parent | 45e89c00aad7f0087e7186061ce84234810c03c7 (diff) | |
download | freebsd-ports-gnome-16cb580ccb02f92b7bb113049a9ea9791d53567b.tar.gz freebsd-ports-gnome-16cb580ccb02f92b7bb113049a9ea9791d53567b.tar.zst freebsd-ports-gnome-16cb580ccb02f92b7bb113049a9ea9791d53567b.zip |
- Add a new port: finance/R-cran-fBasics
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/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/R-cran-fBasics/Makefile | 22 | ||||
-rw-r--r-- | finance/R-cran-fBasics/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-fBasics/pkg-descr | 9 |
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/ |