guix-commits
[Top][All Lists]
Advanced

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

26/53: gnu: Add r-bdgraph.


From: guix-commits
Subject: 26/53: gnu: Add r-bdgraph.
Date: Sat, 22 Feb 2020 14:46:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1c9089d2fcbfcff37b81af15b2004c6387504af3
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:11:51 2020 +0100

    gnu: Add r-bdgraph.
    
    * gnu/packages/cran.scm (r-bdgraph): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 36af4f0..afbb563 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19941,3 +19941,27 @@ fairly comprehensive overview.")
      "This is an unofficial package aimed at automating the import of LISREL
 output in R.")
     (license license:gpl2)))
+
+(define-public r-bdgraph
+  (package
+    (name "r-bdgraph")
+    (version "2.62")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "BDgraph" version))
+       (sha256
+        (base32
+         "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
+    (properties `((upstream-name . "BDgraph")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-igraph" ,r-igraph)))
+    (home-page "https://www.uva.nl/profile/a.mohammadi";)
+    (synopsis "Bayesian structure learning in graphical models")
+    (description
+     "This package provides statistical tools for Bayesian structure learning
+in undirected graphical models for continuous, discrete, and mixed data.  It
+uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
+on a continuous-time birth-death process.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]