guix-commits
[Top][All Lists]
Advanced

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

133/214: gnu: r-bdgraph: Update to 2.67.


From: guix-commits
Subject: 133/214: gnu: r-bdgraph: Update to 2.67.
Date: Sat, 28 May 2022 04:37:45 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 5000e0889b04fb3434897a2005df3b696fb57884
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:44 2022 +0200

    gnu: r-bdgraph: Update to 2.67.
    
    * gnu/packages/cran.scm (r-bdgraph): Update to 2.67.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 486168bccc..166b91bc92 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25077,18 +25077,20 @@ output in R.")
 (define-public r-bdgraph
   (package
     (name "r-bdgraph")
-    (version "2.65")
+    (version "2.67")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "BDgraph" version))
        (sha256
         (base32
-         "0rg3wi9xwsbj90gb60p3vzkfrf76hwh47nc6fwv6c21yzd3s7vm4"))))
+         "0s2j4462zlgyjnqvvvxg4lynhmwwnjaw1cr1chzmagfvaj94qhhz"))))
     (properties `((upstream-name . "BDgraph")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-igraph))
+    (native-inputs
+     (list r-knitr))
     (home-page "https://www.uva.nl/profile/a.mohammadi";)
     (synopsis "Bayesian structure learning in graphical models")
     (description



reply via email to

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