pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 7 02:52:56 UTC 2020
Modified Files:
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-LearnBayes: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.472 -r1.473 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-LearnBayes/DESCR \
pkgsrc/math/R-LearnBayes/Makefile pkgsrc/math/R-LearnBayes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.472 pkgsrc/math/Makefile:1.473
--- pkgsrc/math/Makefile:1.472 Fri Aug 7 02:50:20 2020
+++ pkgsrc/math/Makefile Fri Aug 7 02:52:56 2020
@@ -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
Added files:
Index: pkgsrc/math/R-LearnBayes/DESCR
diff -u /dev/null pkgsrc/math/R-LearnBayes/DESCR:1.1
--- /dev/null Fri Aug 7 02:52:57 2020
+++ pkgsrc/math/R-LearnBayes/DESCR Fri Aug 7 02:52:56 2020
@@ -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.
Index: pkgsrc/math/R-LearnBayes/Makefile
diff -u /dev/null pkgsrc/math/R-LearnBayes/Makefile:1.1
--- /dev/null Fri Aug 7 02:52:57 2020
+++ pkgsrc/math/R-LearnBayes/Makefile Fri Aug 7 02:52:56 2020
@@ -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"
Index: pkgsrc/math/R-LearnBayes/distinfo
diff -u /dev/null pkgsrc/math/R-LearnBayes/distinfo:1.1
--- /dev/null Fri Aug 7 02:52:57 2020
+++ pkgsrc/math/R-LearnBayes/distinfo Fri Aug 7 02:52:56 2020
@@ -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