guix-commits
[Top][All Lists]
Advanced

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

175/296: gnu: r-dose: Update to 3.14.0.


From: guix-commits
Subject: 175/296: gnu: r-dose: Update to 3.14.0.
Date: Fri, 12 Jun 2020 19:30:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3a80f1cfaeab014ba646faeb4f44b64a6193efe5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:48:10 2020 +0200

    gnu: r-dose: Update to 3.14.0.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.14.0.
    [propagated-inputs]: Remove r-s4vectors.
---
 gnu/packages/bioconductor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2703c77..a7a195f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3736,14 +3736,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.12.0")
+    (version "3.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "0ss8mr28q0vswxjmhcas0aqag5nl099jbyn5w3ypbbxqwfvf9jj5"))))
+         "1j0wcg7w2ns3ag9d272cqlg3j62ag2xnc5gfsjl6g2ij5xkvylb8"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs
@@ -3754,8 +3754,7 @@ to multiple hypothesis correction.")
        ("r-ggplot2" ,r-ggplot2)
        ("r-gosemsim" ,r-gosemsim)
        ("r-qvalue" ,r-qvalue)
-       ("r-reshape2" ,r-reshape2)
-       ("r-s4vectors" ,r-s4vectors)))
+       ("r-reshape2" ,r-reshape2)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page "https://guangchuangyu.github.io/software/DOSE/";)



reply via email to

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