pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-stabledist
Module Name: pkgsrc
Committed By: minskim
Date: Tue Jan 30 02:13:37 UTC 2018
Added Files:
pkgsrc/math/R-stabledist: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-stabledist/DESCR \
pkgsrc/math/R-stabledist/Makefile pkgsrc/math/R-stabledist/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-stabledist/DESCR
diff -u /dev/null pkgsrc/math/R-stabledist/DESCR:1.1
--- /dev/null Tue Jan 30 02:13:37 2018
+++ pkgsrc/math/R-stabledist/DESCR Tue Jan 30 02:13:37 2018
@@ -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.
Index: pkgsrc/math/R-stabledist/Makefile
diff -u /dev/null pkgsrc/math/R-stabledist/Makefile:1.1
--- /dev/null Tue Jan 30 02:13:37 2018
+++ pkgsrc/math/R-stabledist/Makefile Tue Jan 30 02:13:37 2018
@@ -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"
Index: pkgsrc/math/R-stabledist/distinfo
diff -u /dev/null pkgsrc/math/R-stabledist/distinfo:1.1
--- /dev/null Tue Jan 30 02:13:37 2018
+++ pkgsrc/math/R-stabledist/distinfo Tue Jan 30 02:13:37 2018
@@ -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