Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math math/R-LearnBayes: import R-LearnBayes-2.15.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4638018b929
branches: trunk
changeset: 436653:d4638018b929
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 07 02:52:56 2020 +0000
description:
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:
math/Makefile | 3 ++-
math/R-LearnBayes/DESCR | 7 +++++++
math/R-LearnBayes/Makefile | 14 ++++++++++++++
math/R-LearnBayes/distinfo | 6 ++++++
4 files changed, 29 insertions(+), 1 deletions(-)
diffs (56 lines):
diff -r 790eda5cc10f -r d4638018b929 math/Makefile
--- a/math/Makefile Fri Aug 07 02:50:37 2020 +0000
+++ b/math/Makefile Fri Aug 07 02:52:56 2020 +0000
@@ -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-GRASS
SUBDIR+= R-ISLR
SUBDIR+= R-ISwR
+SUBDIR+= R-LearnBayes
SUBDIR+= R-MatrixModels
SUBDIR+= R-PHYLOGR
SUBDIR+= R-R2HTML
diff -r 790eda5cc10f -r d4638018b929 math/R-LearnBayes/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-LearnBayes/DESCR Fri Aug 07 02:52:56 2020 +0000
@@ -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 -r 790eda5cc10f -r d4638018b929 math/R-LearnBayes/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-LearnBayes/Makefile Fri Aug 07 02:52:56 2020 +0000
@@ -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@localhost
+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 -r 790eda5cc10f -r d4638018b929 math/R-LearnBayes/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-LearnBayes/distinfo Fri Aug 07 02:52:56 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index