diff options
author | tota <tota@FreeBSD.org> | 2012-12-25 19:24:38 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-25 19:24:38 +0800 |
commit | 98e4dcc1269004ff4c8de724c3c21a3a4bd1677c (patch) | |
tree | 5e50c3038f58648b8633c52222e3f9ad3ada1d0c /math | |
parent | 88a2c1d6a17705a8c7ff27909143e7b8b13e5639 (diff) | |
download | freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.tar.gz freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.tar.zst freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.zip |
- Add a new port: math/R-cran-stabledist
A collection and description of functions to compute density,
distribution and quantile function and to generate random variates
of the stable distribution.
WWW: http://cran.r-project.org/web/packages/stabledist/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-stabledist/Makefile | 18 | ||||
-rw-r--r-- | math/R-cran-stabledist/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-stabledist/pkg-descr | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6bbbb2fe6152..7e535b8bdaf3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -33,6 +33,7 @@ SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep + SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo SUBDIR += aamath diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile new file mode 100644 index 000000000000..58f9c29232f7 --- /dev/null +++ b/math/R-cran-stabledist/Makefile @@ -0,0 +1,18 @@ +# Created by: David Naylor <naylor.b.david@gmail.com> +# $FreeBSD$ + +PORTNAME= stabledist +DISTVERSION= 0.6-5 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Stable Distribution Functions + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-stabledist/distinfo b/math/R-cran-stabledist/distinfo new file mode 100644 index 000000000000..aba343f1b0b5 --- /dev/null +++ b/math/R-cran-stabledist/distinfo @@ -0,0 +1,2 @@ +SHA256 (stabledist_0.6-5.tar.gz) = 4d5ec07b374d709c4870eaa1e0990fcf3300e0072c50a47ea9d906c6e14c0e9e +SIZE (stabledist_0.6-5.tar.gz) = 30938 diff --git a/math/R-cran-stabledist/pkg-descr b/math/R-cran-stabledist/pkg-descr new file mode 100644 index 000000000000..446be8b91702 --- /dev/null +++ b/math/R-cran-stabledist/pkg-descr @@ -0,0 +1,5 @@ +A collection and description of functions to compute density, +distribution and quantile function and to generate random variates +of the stable distribution. + +WWW: http://cran.r-project.org/web/packages/stabledist/ |