diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-25 11:24:38 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-25 11:24:38 +0000 |
commit | d4adcd4a9041dcac08953595f1f3005c942115a3 (patch) | |
tree | 5e50c3038f58648b8633c52222e3f9ad3ada1d0c /math/R-cran-stabledist/Makefile | |
parent | abf08a76c246cea96e657616ca838d76116ed79a (diff) | |
download | ports-d4adcd4a9041dcac08953595f1f3005c942115a3.tar.gz ports-d4adcd4a9041dcac08953595f1f3005c942115a3.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>
Notes
Notes:
svn path=/head/; revision=309474
Diffstat (limited to 'math/R-cran-stabledist/Makefile')
-rw-r--r-- | math/R-cran-stabledist/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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> |