guix-commits
[Top][All Lists]
Advanced

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

22/49: gnu: r-edger: Update to 3.16.0.


From: Ricardo Wurmus
Subject: 22/49: gnu: r-edger: Update to 3.16.0.
Date: Wed, 26 Oct 2016 07:29:05 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 5e48005fa96d25214b8afb1bd61abbfa9cc243b9
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:53:46 2016 +0200

    gnu: r-edger: Update to 3.16.0.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.0.
    [propagated-inputs]: Add r-locfit.
---
 gnu/packages/bioinformatics.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9bbe0d8..1181058 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6162,17 +6162,18 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.14.0")
+    (version "3.16.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "14vrygy7rz5ngaap4kgkvr3j18y5l6m742n79h68plk6iqgmsskn"))))
+                "1qr20j55m35dwzqyzzmla69gk5bzff8v1v2qjh7yd3362wq1ch49"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-limma" ,r-limma)))
+     `(("r-limma" ,r-limma)
+       ("r-locfit" ,r-locfit)))
     (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]