guix-commits
[Top][All Lists]
Advanced

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

75/89: gnu: r-edger: Update to 3.20.1.


From: Ricardo Wurmus
Subject: 75/89: gnu: r-edger: Update to 3.20.1.
Date: Tue, 7 Nov 2017 02:45:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 010ab2ffd2bc17849a6fe8426bf9d5ceaae76362
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:50:57 2017 +0100

    gnu: r-edger: Update to 3.20.1.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.1.
    [propagated-inputs]: Add r-rcpp.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e6a8ba9..8107461 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6738,18 +6738,19 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.18.0")
+    (version "3.20.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "02l17i6xh33dv10swwvyfxrmv5kp23iv278iwvkfq2mnipasfnb9"))))
+                "01qnxwr9rmz8r5ga3hvjk632365ga2aygx71mxkk7jiad2pjznsp"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-limma" ,r-limma)
        ("r-locfit" ,r-locfit)
+       ("r-rcpp" ,r-rcpp)
        ("r-statmod" ,r-statmod))) ;for estimateDisp
     (home-page "http://bioinf.wehi.edu.au/edgeR";)
     (synopsis "EdgeR does empirical analysis of digital gene expression data")



reply via email to

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