diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-03 01:23:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-03 01:23:29 +0000 |
commit | 6cb693bf4a02adaded18dcbd10107d264ec1102c (patch) | |
tree | acc69550bb5d2101e339f2c6615accd48b38ac49 /math/R-poweRlaw | |
parent | ff448f3cd2c252c6bf33f26645528bd3ba4e136b (diff) | |
download | pkgsrc-6cb693bf4a02adaded18dcbd10107d264ec1102c.tar.gz |
math/R-poweRlaw: Import version 0.70.1
The poweRlaw package is an implementation of maximum likelihood
estimators for a variety of heavy tailed distributions, including both
the discrete and continuous power law distributions. Additionally, a
goodness-of-fit based approach is used to estimate the lower cut-off
for the scaling region.
Diffstat (limited to 'math/R-poweRlaw')
-rw-r--r-- | math/R-poweRlaw/DESCR | 5 | ||||
-rw-r--r-- | math/R-poweRlaw/Makefile | 19 | ||||
-rw-r--r-- | math/R-poweRlaw/distinfo | 6 |
3 files changed, 30 insertions, 0 deletions
diff --git a/math/R-poweRlaw/DESCR b/math/R-poweRlaw/DESCR new file mode 100644 index 00000000000..50263946a5f --- /dev/null +++ b/math/R-poweRlaw/DESCR @@ -0,0 +1,5 @@ +The poweRlaw package is an implementation of maximum likelihood +estimators for a variety of heavy tailed distributions, including both +the discrete and continuous power law distributions. Additionally, a +goodness-of-fit based approach is used to estimate the lower cut-off +for the scaling region. diff --git a/math/R-poweRlaw/Makefile b/math/R-poweRlaw/Makefile new file mode 100644 index 00000000000..b5ca316410f --- /dev/null +++ b/math/R-poweRlaw/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2018/03/03 01:23:29 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/csgillespie/poweRlaw +COMMENT= Analysis of heavy tailed distributions +LICENSE= gnu-gpl-v2 + +DEPENDS+= R-VGAM-[0-9]*:../../math/R-VGAM + +R_PKGNAME= poweRlaw +R_PKGVER= 0.70.1 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-poweRlaw/distinfo b/math/R-poweRlaw/distinfo new file mode 100644 index 00000000000..86d9ffa801b --- /dev/null +++ b/math/R-poweRlaw/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/03 01:23:29 minskim Exp $ + +SHA1 (R/poweRlaw_0.70.1.tar.gz) = 42bd51a5062f3ab3d482eca415db69dba4c151c9 +RMD160 (R/poweRlaw_0.70.1.tar.gz) = 3041e8a618599c0dcf75a606e5459dce41f2e527 +SHA512 (R/poweRlaw_0.70.1.tar.gz) = c114d56185bbee78739c68e600fdc656a0d3a52a2bf625a2b7ae462f331610ce19ade4f59ebbb51b47f75a67229f1d968b34afee9da768b324ba1a5877c92a88 +Size (R/poweRlaw_0.70.1.tar.gz) = 4081696 bytes |