guix-commits
[Top][All Lists]
Advanced

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

05/76: gnu: r-abn: Update to 2.7-5.


From: guix-commits
Subject: 05/76: gnu: r-abn: Update to 2.7-5.
Date: Wed, 31 May 2023 12:22:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aae17d3efa87f951803d00b3495c149dc95d0e50
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:11 2023 +0200

    gnu: r-abn: Update to 2.7-5.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 2.7-5.
    [native-inputs]: Add r-r-rsp.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9d98abb70a..7fb7e32b31 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19674,14 +19674,14 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "2.7-3")
+    (version "2.7-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "02qmp3ky671fkpjq1vcb083zzvfn5gkf69rhvdlvg7siy5wrjll3"))))
+         "0ibznjhy7vmh2myarvmxy06rvddbpbarbp201px62mig2pb9aq4y"))))
     (build-system r-build-system)
     (inputs
      (list gsl))
@@ -19695,6 +19695,8 @@ on the plot.")
            r-rcpparmadillo
            r-rgraphviz
            r-rjags))
+    (native-inputs
+     (list r-r-rsp))
     (home-page "https://r-bayesian-networks.org/";)
     (synopsis "Modelling multivariate data with additive bayesian networks")
     (description



reply via email to

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