pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-poweRlaw



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Mar  3 01:23:29 UTC 2018

Added Files:
        pkgsrc/math/R-poweRlaw: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-poweRlaw/DESCR \
    pkgsrc/math/R-poweRlaw/Makefile pkgsrc/math/R-poweRlaw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-poweRlaw/DESCR
diff -u /dev/null pkgsrc/math/R-poweRlaw/DESCR:1.1
--- /dev/null   Sat Mar  3 01:23:29 2018
+++ pkgsrc/math/R-poweRlaw/DESCR        Sat Mar  3 01:23:29 2018
@@ -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.
Index: pkgsrc/math/R-poweRlaw/Makefile
diff -u /dev/null pkgsrc/math/R-poweRlaw/Makefile:1.1
--- /dev/null   Sat Mar  3 01:23:29 2018
+++ pkgsrc/math/R-poweRlaw/Makefile     Sat Mar  3 01:23:29 2018
@@ -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@localhost
+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"
Index: pkgsrc/math/R-poweRlaw/distinfo
diff -u /dev/null pkgsrc/math/R-poweRlaw/distinfo:1.1
--- /dev/null   Sat Mar  3 01:23:29 2018
+++ pkgsrc/math/R-poweRlaw/distinfo     Sat Mar  3 01:23:29 2018
@@ -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



Home | Main Index | Thread Index | Old Index