pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-prob



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Mar  2 19:04:14 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-prob/DESCR pkgsrc/math/R-prob/Makefile \
    pkgsrc/math/R-prob/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-prob/DESCR
diff -u /dev/null pkgsrc/math/R-prob/DESCR:1.1
--- /dev/null   Fri Mar  2 19:04:14 2018
+++ pkgsrc/math/R-prob/DESCR    Fri Mar  2 19:04:13 2018
@@ -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.
Index: pkgsrc/math/R-prob/Makefile
diff -u /dev/null pkgsrc/math/R-prob/Makefile:1.1
--- /dev/null   Fri Mar  2 19:04:14 2018
+++ pkgsrc/math/R-prob/Makefile Fri Mar  2 19:04:13 2018
@@ -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"
Index: pkgsrc/math/R-prob/distinfo
diff -u /dev/null pkgsrc/math/R-prob/distinfo:1.1
--- /dev/null   Fri Mar  2 19:04:14 2018
+++ pkgsrc/math/R-prob/distinfo Fri Mar  2 19:04:13 2018
@@ -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