pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-prob math/R-prob: Import version 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/882249192138
branches:  trunk
changeset: 376488:882249192138
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 02 19:04:13 2018 +0000

description:
math/R-prob: Import version 1.0.0

A framework for performing elementary probability calculations on
finite sample spaces, which may be represented by data frames or
lists.  Functionality includes setting up sample spaces, counting
tools, defining probability spaces, performing set algebra,
calculating probability and conditional probability, tools for
simulation and checking the law of large numbers, adding random
variables, and finding marginal distributions.  Characteristic
functions for all base R distributions are included.

diffstat:

 math/R-prob/DESCR    |   8 ++++++++
 math/R-prob/Makefile |  20 ++++++++++++++++++++
 math/R-prob/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 3455bfc6c78c -r 882249192138 math/R-prob/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prob/DESCR Fri Mar 02 19:04:13 2018 +0000
@@ -0,0 +1,8 @@
+A framework for performing elementary probability calculations on
+finite sample spaces, which may be represented by data frames or
+lists.  Functionality includes setting up sample spaces, counting
+tools, defining probability spaces, performing set algebra,
+calculating probability and conditional probability, tools for
+simulation and checking the law of large numbers, adding random
+variables, and finding marginal distributions.  Characteristic
+functions for all base R distributions are included.
diff -r 3455bfc6c78c -r 882249192138 math/R-prob/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prob/Makefile      Fri Mar 02 19:04:13 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/03/02 19:04:13 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/Archive/prob/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://prob.r-forge.r-project.org/
+COMMENT=       Elementary probability on finite sample spaces
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-combinat-[0-9]*:../../math/R-combinat
+DEPENDS+=      R-fAsianOptions-[0-9]*:../../finance/R-fAsianOptions
+
+R_PKGNAME=     prob
+R_PKGVER=      1.0-0
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 3455bfc6c78c -r 882249192138 math/R-prob/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prob/distinfo      Fri Mar 02 19:04:13 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/02 19:04:13 minskim Exp $
+
+SHA1 (R/prob_1.0-0.tar.gz) = 703d9f7ac67ffb1198a28955078fdca1853fe953
+RMD160 (R/prob_1.0-0.tar.gz) = b95f0c25f0ba0147619a1532b290308ca0fe17cc
+SHA512 (R/prob_1.0-0.tar.gz) = 6dff09d4b3a21b7ea3cbea82be754e1147e881da5a00a534d9e98f29a6400b7ab3a2ed9bf0e8e807455ab5d1e5b3f9857b22005922a959c81592122f07edd3c3
+Size (R/prob_1.0-0.tar.gz) = 653781 bytes



Home | Main Index | Thread Index | Old Index