[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/74: gnu: r-biosigner: Update to 1.24.2.
From: |
guix-commits |
Subject: |
67/74: gnu: r-biosigner: Update to 1.24.2. |
Date: |
Sat, 2 Jul 2022 18:00:46 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 0a5a06ed2447c823d6ffd4271f68e32aa87065d8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:50 2022 +0200
gnu: r-biosigner: Update to 1.24.2.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.24.2.
[propagated-inputs]: Add r-multiassayexperiment and r-summarizedexperiment.
---
gnu/packages/bioconductor.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 50cbf0cec6..96b56c7e8d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10945,17 +10945,23 @@ coefficients).")
(define-public r-biosigner
(package
(name "r-biosigner")
- (version "1.24.0")
+ (version "1.24.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biosigner" version))
(sha256
(base32
- "11w28nlz0f06idbna5k9xs891w516401l1zab5gg7s0z3xxaki4f"))))
+ "0vdv2by3qv7y8vzr8qgg7apwwgsa0fhlfrhzns7g3nas7883c89m"))))
(build-system r-build-system)
(propagated-inputs
- (list r-biobase r-e1071 r-multidataset r-randomforest r-ropls))
+ (list r-biobase
+ r-e1071
+ r-multiassayexperiment
+ r-multidataset
+ r-randomforest
+ r-ropls
+ r-summarizedexperiment))
(native-inputs
(list r-knitr))
(home-page "https://bioconductor.org/packages/biosigner/")
- 31/74: gnu: r-flexsurv: Update to 2.2., (continued)
- 31/74: gnu: r-flexsurv: Update to 2.2., guix-commits, 2022/07/02
- 32/74: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/02
- 33/74: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/02
- 44/74: gnu: r-dbi: Update to 1.1.3., guix-commits, 2022/07/02
- 46/74: gnu: r-dbplyr: Update to 2.2.1., guix-commits, 2022/07/02
- 50/74: gnu: r-r-rsp: Update to 0.45.0., guix-commits, 2022/07/02
- 54/74: gnu: r-clubsandwich: Update to 0.5.7., guix-commits, 2022/07/02
- 57/74: gnu: r-limma: Update to 3.52.2., guix-commits, 2022/07/02
- 70/74: gnu: r-bgeedb: Update to 2.22.3., guix-commits, 2022/07/02
- 69/74: gnu: r-ggbio: Update to 1.44.1., guix-commits, 2022/07/02
- 67/74: gnu: r-biosigner: Update to 1.24.2.,
guix-commits <=
- 38/74: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/02
- 64/74: gnu: r-clusterprofiler: Update to 4.4.4., guix-commits, 2022/07/02
- 43/74: gnu: r-nlme: Update to 3.1-158., guix-commits, 2022/07/02
- 63/74: gnu: r-batchelor: Update to 1.12.3., guix-commits, 2022/07/02