summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-07 02:52:56 +0000
committerbrook <brook@pkgsrc.org>2020-08-07 02:52:56 +0000
commitbc43924871f3b4ce232527a4bc16b42aeebbb90e (patch)
tree67976a2dad27fd473c9e50c937f8b1fb077e3834 /math
parentf68b6dd9b0c0c161a67dfac38edc8446628d9d34 (diff)
downloadpkgsrc-bc43924871f3b4ce232527a4bc16b42aeebbb90e.tar.gz
math/R-LearnBayes: import R-LearnBayes-2.15.1
LearnBayes contains a collection of functions helpful in learning the basic tenets of Bayesian statistical inference. It contains functions for summarizing basic one and two parameter posterior distributions and predictive distributions. It contains MCMC algorithms for summarizing posterior distributions defined by the user. It also contains functions for regression models, hierarchical models, Bayesian tests, and illustrations of Gibbs sampling.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/R-LearnBayes/DESCR7
-rw-r--r--math/R-LearnBayes/Makefile14
-rw-r--r--math/R-LearnBayes/distinfo6
4 files changed, 29 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index e6fc62d07a4..9157e27a410 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.472 2020/08/07 02:50:20 brook Exp $
+# $NetBSD: Makefile,v 1.473 2020/08/07 02:52:56 brook Exp $
COMMENT= Mathematics
@@ -12,6 +12,7 @@ SUBDIR+= R-Formula
SUBDIR+= R-GRASS
SUBDIR+= R-ISLR
SUBDIR+= R-ISwR
+SUBDIR+= R-LearnBayes
SUBDIR+= R-MatrixModels
SUBDIR+= R-PHYLOGR
SUBDIR+= R-R2HTML
diff --git a/math/R-LearnBayes/DESCR b/math/R-LearnBayes/DESCR
new file mode 100644
index 00000000000..54785af86d7
--- /dev/null
+++ b/math/R-LearnBayes/DESCR
@@ -0,0 +1,7 @@
+LearnBayes contains a collection of functions helpful in learning the
+basic tenets of Bayesian statistical inference. It contains functions
+for summarizing basic one and two parameter posterior distributions
+and predictive distributions. It contains MCMC algorithms for
+summarizing posterior distributions defined by the user. It also
+contains functions for regression models, hierarchical models,
+Bayesian tests, and illustrations of Gibbs sampling.
diff --git a/math/R-LearnBayes/Makefile b/math/R-LearnBayes/Makefile
new file mode 100644
index 00000000000..ce6d8b07ad2
--- /dev/null
+++ b/math/R-LearnBayes/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:52:56 brook Exp $
+
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/LearnBayes/
+COMMENT= Functions for Learning Bayesian Inference
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= LearnBayes
+R_PKGVER= 2.15.1
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-LearnBayes/distinfo b/math/R-LearnBayes/distinfo
new file mode 100644
index 00000000000..b445cabcebb
--- /dev/null
+++ b/math/R-LearnBayes/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:52:56 brook Exp $
+
+SHA1 (R/LearnBayes_2.15.1.tar.gz) = f9c2347ad1b681fd3a3b1dc4f08edb32d5b1bf8a
+RMD160 (R/LearnBayes_2.15.1.tar.gz) = 8c8007222e6bf9e4d0be29640431d2c3c9ea9863
+SHA512 (R/LearnBayes_2.15.1.tar.gz) = 3534c49db81a3205b2b806db0a3f5f8540c5cb1cb6f927b9305c3ba80e8b955f1b0877285d7ff360e78416569ad6e82bdc519979538faa58b0e0d37ede6e71e7
+Size (R/LearnBayes_2.15.1.tar.gz) = 794622 bytes