[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: Add r-learnbayes.
From: |
guix-commits |
Subject: |
07/15: gnu: Add r-learnbayes. |
Date: |
Sun, 24 Mar 2019 18:44:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e5228273de3ff6601118bffb9aead3d20f006eff
Author: Ricardo Wurmus <address@hidden>
Date: Sun Mar 24 23:22:47 2019 +0100
gnu: Add r-learnbayes.
* gnu/packages/cran.scm (r-learnbayes): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d4c7ef0..07d4bb0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12096,3 +12096,28 @@ of the datasets are designed to illustrate specific
analysis techniques.
@code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
illustrate point pattern analysis techniques.")
(license license:cc0)))
+
+(define-public r-learnbayes
+ (package
+ (name "r-learnbayes")
+ (version "2.15.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "LearnBayes" version))
+ (sha256
+ (base32
+ "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
+ (properties `((upstream-name . "LearnBayes")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/LearnBayes")
+ (synopsis "Functions for learning Bayesian inference")
+ (description
+ "This package provides 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.")
+ (license license:gpl2+)))
- branch master updated (64843c6 -> cd977b3), guix-commits, 2019/03/24
- 02/15: gnu: Add r-snpmaxsel., guix-commits, 2019/03/24
- 01/15: gnu: Add r-stepwise., guix-commits, 2019/03/24
- 04/15: gnu: Add r-units., guix-commits, 2019/03/24
- 10/15: gnu: Add r-spdep., guix-commits, 2019/03/24
- 07/15: gnu: Add r-learnbayes.,
guix-commits <=
- 13/15: gnu: Add r-adegenet., guix-commits, 2019/03/24
- 03/15: gnu: Add udunits., guix-commits, 2019/03/24
- 08/15: gnu: Add r-deldir., guix-commits, 2019/03/24
- 05/15: gnu: Add r-classint., guix-commits, 2019/03/24
- 06/15: gnu: Add r-spdata., guix-commits, 2019/03/24
- 15/15: gnu: Add r-rmetasim., guix-commits, 2019/03/24
- 12/15: gnu: r-seqinr: Move to (gnu packages cran)., guix-commits, 2019/03/24
- 11/15: gnu: r-acsnminer: Move to (gnu packages cran)., guix-commits, 2019/03/24
- 09/15: gnu: Add r-sf., guix-commits, 2019/03/24
- 14/15: gnu: Add r-pegas., guix-commits, 2019/03/24