guix-commits
[Top][All Lists]
Advanced

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

12/98: gnu: r-abn: Update to 3.0.0.


From: guix-commits
Subject: 12/98: gnu: r-abn: Update to 3.0.0.
Date: Wed, 13 Sep 2023 18:06:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8f59ac151fc39a7dbad2c90a04d2c6c0fe5d3980
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 23:14:38 2023 +0200

    gnu: r-abn: Update to 3.0.0.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 3.0.0.
    [propagated-inputs]: Add r-mclogit and r-stringi.
---
 gnu/packages/bioconductor.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e5e9c80291..68463f1f33 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21193,14 +21193,14 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "2.7-5")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "0ibznjhy7vmh2myarvmxy06rvddbpbarbp201px62mig2pb9aq4y"))))
+         "100nafmyddz0c1h01fbqw5q6pji7zhg2196rkyak88za6s5ms0s4"))))
     (build-system r-build-system)
     (inputs
      (list gsl))
@@ -21209,11 +21209,13 @@ on the plot.")
            r-foreach
            r-graph
            r-lme4
+           r-mclogit
            r-nnet
            r-rcpp
            r-rcpparmadillo
            r-rgraphviz
-           r-rjags))
+           r-rjags
+           r-stringi))
     (native-inputs
      (list r-r-rsp))
     (home-page "https://r-bayesian-networks.org/";)



reply via email to

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