[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
- branch master updated (327f6ae -> d60739d), guix-commits, 2020/09/14
- 01/43: gnu: r-activedriverwgs: Update to 1.1.0.,
guix-commits <=
- 02/43: gnu: r-ggpmisc: Update to 0.3.6., guix-commits, 2020/09/14
- 03/43: gnu: r-callr: Update to 3.4.4., guix-commits, 2020/09/14
- 04/43: gnu: r-jsonlite: Update to 1.7.1., guix-commits, 2020/09/14
- 05/43: gnu: r-shape: Update to 1.4.5., guix-commits, 2020/09/14
- 10/43: gnu: r-processx: Update to 3.4.4., guix-commits, 2020/09/14
- 11/43: gnu: r-xfun: Update to 0.17., guix-commits, 2020/09/14
- 12/43: gnu: r-tsa: Update to 1.3., guix-commits, 2020/09/14
- 13/43: gnu: r-extradistr: Update to 1.9.1., guix-commits, 2020/09/14
- 06/43: gnu: r-lmtest: Update to 0.9-38., guix-commits, 2020/09/14
- 07/43: gnu: r-inline: Update to 0.3.16., guix-commits, 2020/09/14