- 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>
This commit is contained in:
parent
abf08a76c2
commit
d4adcd4a90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309474
@ -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
|
||||
|
18
math/R-cran-stabledist/Makefile
Normal file
18
math/R-cran-stabledist/Makefile
Normal file
@ -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>
|
2
math/R-cran-stabledist/distinfo
Normal file
2
math/R-cran-stabledist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (stabledist_0.6-5.tar.gz) = 4d5ec07b374d709c4870eaa1e0990fcf3300e0072c50a47ea9d906c6e14c0e9e
|
||||
SIZE (stabledist_0.6-5.tar.gz) = 30938
|
5
math/R-cran-stabledist/pkg-descr
Normal file
5
math/R-cran-stabledist/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user