guix-commits
[Top][All Lists]
Advanced

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

01/43: gnu: r-activedriverwgs: Update to 1.1.0.


From: guix-commits
Subject: 01/43: gnu: r-activedriverwgs: Update to 1.1.0.
Date: Mon, 14 Sep 2020 13:07:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e1ce10e3856c514d05b0b34501e803e8813a0c1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:01:33 2020 +0200

    gnu: r-activedriverwgs: Update to 1.1.0.
    
    * gnu/packages/bioconductor.scm (r-activedriverwgs): Update to 1.1.0.
    [propagated-inputs]: Remove r-plyr.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index db1fdca..a9f8ff2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7159,14 +7159,14 @@ data.")
 (define-public r-activedriverwgs
   (package
     (name "r-activedriverwgs")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ActiveDriverWGS" version))
        (sha256
         (base32
-         "08l9dj8d3cd74z1dqn8n4yqykwvqjxsfa067wnxyh7xnfvvnm5v1"))))
+         "0l6h0f54zjvcx19ngq3kp01dypsjqf28vssjm8yzccmpyacfypag"))))
     (properties
      `((upstream-name . "ActiveDriverWGS")))
     (build-system r-build-system)
@@ -7177,8 +7177,9 @@ data.")
        ("r-genomeinfodb" ,r-genomeinfodb)
        ("r-genomicranges" ,r-genomicranges)
        ("r-iranges" ,r-iranges)
-       ("r-plyr" ,r-plyr)
        ("r-s4vectors" ,r-s4vectors)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/";)
     (synopsis "Driver discovery tool for cancer whole genomes")
     (description



reply via email to

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