pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-stabledist math/R-stabledist: Import version 0.7-1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b541cddad8fc
branches:  trunk
changeset: 374824:b541cddad8fc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jan 30 02:13:37 2018 +0000

description:
math/R-stabledist: Import version 0.7-1

This package provides density, probability, and quantile functions,
and random number generation for (skew) stable distributions, using
the parametrizations of Nolan.

diffstat:

 math/R-stabledist/DESCR    |   3 +++
 math/R-stabledist/Makefile |  17 +++++++++++++++++
 math/R-stabledist/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r b4f2756b332a -r b541cddad8fc math/R-stabledist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stabledist/DESCR   Tue Jan 30 02:13:37 2018 +0000
@@ -0,0 +1,3 @@
+This package provides density, probability, and quantile functions,
+and random number generation for (skew) stable distributions, using
+the parametrizations of Nolan.
diff -r b4f2756b332a -r b541cddad8fc math/R-stabledist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stabledist/Makefile        Tue Jan 30 02:13:37 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/01/30 02:13:37 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://www.rmetrics.org/
+COMMENT=       Stable distribution functions
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     stabledist
+R_PKGVER=      0.7-1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r b4f2756b332a -r b541cddad8fc math/R-stabledist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stabledist/distinfo        Tue Jan 30 02:13:37 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/30 02:13:37 minskim Exp $
+
+SHA1 (R/stabledist_0.7-1.tar.gz) = 5670ba81bc02a1b487f1807c5d8aa69969d15920
+RMD160 (R/stabledist_0.7-1.tar.gz) = 96cf43c21f0c89623244bfb07d46bc2d9edeae4d
+SHA512 (R/stabledist_0.7-1.tar.gz) = f0819fbd39ea53efae5a1e862801d3aa9ae304edad18ecfa1ea06683480d79081e8b42c5af2d9c627673d55b74b948bf2127a519d8a73cb65aa8a9f4d786789a
+Size (R/stabledist_0.7-1.tar.gz) = 31963 bytes



Home | Main Index | Thread Index | Old Index