[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/74: gnu: r-ropls: Update to 1.28.2.
From: |
guix-commits |
Subject: |
66/74: gnu: r-ropls: Update to 1.28.2. |
Date: |
Sat, 2 Jul 2022 18:00:45 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit fbb6489abdcbdf1300b668cfca9e7e8fce01b24a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:50 2022 +0200
gnu: r-ropls: Update to 1.28.2.
* gnu/packages/bioconductor.scm (r-ropls): Update to 1.28.2.
[propagated-inputs]: Add r-multiassayexperiment and r-summarizedexperiment.
---
gnu/packages/bioconductor.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 12bca6adf1..50cbf0cec6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10905,17 +10905,20 @@ packages.")
(define-public r-ropls
(package
(name "r-ropls")
- (version "1.28.0")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ropls" version))
(sha256
(base32
- "1i9g32mjknrd2lbz2nisc7nr0gk9byx9aik1i7xdwmq4ndxf8rf7"))))
+ "07gpx15r8c3wljiwxnff2zp7wxbhzz9r7njk8zg8hpy2q5qm3i6c"))))
(build-system r-build-system)
(propagated-inputs
- (list r-biobase r-multidataset))
+ (list r-biobase
+ r-multiassayexperiment
+ r-multidataset
+ r-summarizedexperiment))
(native-inputs
(list r-knitr)) ; for vignettes
(home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
- 53/74: gnu: r-ranger: Update to 0.14.1., (continued)
- 53/74: gnu: r-ranger: Update to 0.14.1., guix-commits, 2022/07/02
- 56/74: gnu: r-ensembldb: Update to 2.20.2., guix-commits, 2022/07/02
- 60/74: gnu: r-simplifyenrichment: Update to 1.6.1., guix-commits, 2022/07/02
- 61/74: gnu: r-zellkonverter: Update to 1.6.3., guix-commits, 2022/07/02
- 68/74: gnu: r-rsubread: Update to 2.10.4., guix-commits, 2022/07/02
- 73/74: gnu: r-with-tests: Update to 4.2.1., guix-commits, 2022/07/02
- 13/74: gnu: r-raster: Update to 3.5-21., guix-commits, 2022/07/02
- 41/74: gnu: r-pkgdown: Update to 2.0.5., guix-commits, 2022/07/02
- 45/74: gnu: r-rlang: Update to 1.0.3., guix-commits, 2022/07/02
- 51/74: gnu: r-gtools: Update to 3.9.2.2., guix-commits, 2022/07/02
- 66/74: gnu: r-ropls: Update to 1.28.2.,
guix-commits <=
- 72/74: gnu: r-tcgabiolinks: Update to 2.24.3., guix-commits, 2022/07/02
- 71/74: gnu: r-bionetstat: Update to 1.16.1., guix-commits, 2022/07/02
- 74/74: gnu: r-ifultools: Patch in removed macros to fix build., guix-commits, 2022/07/02
- 40/74: gnu: r-downlit: Update to 0.4.1., guix-commits, 2022/07/02
- 49/74: gnu: r-r-utils: Update to 2.12.0., guix-commits, 2022/07/02
- 55/74: gnu: r-gld: Update to 2.6.5., guix-commits, 2022/07/02
- 58/74: gnu: r-organismdbi: Update to 1.38.1., guix-commits, 2022/07/02
- 65/74: gnu: r-genomicscores: Update to 2.8.2., guix-commits, 2022/07/02
- 18/74: gnu: r-waveslim: Update to 1.8.3., guix-commits, 2022/07/02
- 23/74: gnu: r-yulab-utils: Update to 0.0.5., guix-commits, 2022/07/02