Date: Tue, 25 Dec 2012 11:36:41 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309478 - in head/finance: . R-cran-fBasics Message-ID: <201212251136.qBPBafPq047067@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Dec 25 11:36:41 2012 New Revision: 309478 URL: http://svnweb.freebsd.org/changeset/ports/309478 Log: - 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> Added: head/finance/R-cran-fBasics/ head/finance/R-cran-fBasics/Makefile (contents, props changed) head/finance/R-cran-fBasics/distinfo (contents, props changed) head/finance/R-cran-fBasics/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Dec 25 11:33:21 2012 (r309477) +++ head/finance/Makefile Tue Dec 25 11:36:41 2012 (r309478) @@ -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 Added: head/finance/R-cran-fBasics/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/Makefile Tue Dec 25 11:36:41 2012 (r309478) @@ -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> Added: head/finance/R-cran-fBasics/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/distinfo Tue Dec 25 11:36:41 2012 (r309478) @@ -0,0 +1,2 @@ +SHA256 (fBasics_2160.85.tar.gz) = d6d7c1937e6a29a0f67234b1c3a80835ed4550e0395f5e2c66de5207f2c533f8 +SIZE (fBasics_2160.85.tar.gz) = 661835 Added: head/finance/R-cran-fBasics/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/pkg-descr Tue Dec 25 11:36:41 2012 (r309478) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251136.qBPBafPq047067>