guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-edger: Update to 3.38.4.


From: guix-commits
Subject: branch master updated: gnu: r-edger: Update to 3.38.4.
Date: Tue, 06 Sep 2022 01:43:01 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9fa3e90789 gnu: r-edger: Update to 3.38.4.
9fa3e90789 is described below

commit 9fa3e90789203109f6f86ab41b48c65f15451d4e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 6 08:42:20 2022 +0300

    gnu: r-edger: Update to 3.38.4.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 3.38.4.
    [propagated-inputs]: Remove r-statmod.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d69e43b388..791c8b5476 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4113,17 +4113,17 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.38.1")
+    (version "3.38.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1q933m76155gy30wgps2gdd8pxzsfhppydjqn0fhjrwj6kqz8mik"))))
+                "1ww69xrg9qrmq7dix2k48j6akgn58ss3340hm7pjvzx508x1j6n6"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-limma r-locfit r-rcpp r-statmod)) ;for estimateDisp
+     (list r-limma r-locfit r-rcpp))
     (home-page "http://bioinf.wehi.edu.au/edgeR";)
     (synopsis "EdgeR does empirical analysis of digital gene expression data")
     (description "This package can do differential expression analysis of



reply via email to

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