guix-commits
[Top][All Lists]
Advanced

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

27/53: gnu: Add r-ggm.


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

rekado pushed a commit to branch master
in repository guix.

commit 2919b3ce40b18d73c3348cc59008f6d2be4a0b3e
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:12:19 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index afbb563..b528e0b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19965,3 +19965,25 @@ 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+)))
+
+(define-public r-ggm
+  (package
+    (name "r-ggm")
+    (version "2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggm" version))
+       (sha256
+        (base32
+         "1n4y459x2i0jil8chjjqqjs28a8pzfxrws2fcjkg3il7zy0zwbw3"))))
+    (properties `((upstream-name . "ggm")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-igraph" ,r-igraph)))
+    (home-page "https://cran.r-project.org/package=ggm";)
+    (synopsis "Functions for graphical Markov models")
+    (description
+     "This package provides functions and datasets for maximum likelihood
+fitting of some classes of graphical Markov models.")
+    (license license:gpl2+)))



reply via email to

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