[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/45: gnu: r-nmf: Update to 0.27.
From: |
guix-commits |
Subject: |
01/45: gnu: r-nmf: Update to 0.27. |
Date: |
Sat, 10 Feb 2024 07:53:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2f68825fc9ae1d46f5ef110f9595121d74894f44
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 10 12:51:24 2024 +0100
gnu: r-nmf: Update to 0.27.
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.27.
Change-Id: I85f44258abaaceeef6d20e3b3f29512560f5efbb
---
gnu/packages/bioconductor.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a54c9006a3..89c5e175bd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6276,23 +6276,22 @@ Michailidis G (2016)
<doi:10.1093/bioinformatics/btw410>.")
(define-public r-nmf
(package
(name "r-nmf")
- (version "0.26")
+ (version "0.27")
(source
(origin
(method url-fetch)
(uri (cran-uri "NMF" version))
(sha256
(base32
- "1h1fpjnj6vjvi9ygxpfxs8k5bhly0aflr54zj88khgzkylp5ci4d"))))
+ "1y9y7xpfd9y8j5b8s2x5g61455ilpgqpdhrirpz58xjarbph4hxg"))))
(properties `((upstream-name . "NMF")))
(build-system r-build-system)
(propagated-inputs
- (list r-cluster
- r-codetools
- r-biobase
+ (list r-biobase
r-biocmanager
- r-bigmemory ; suggested
- r-synchronicity ; suggested
+ r-bigmemory ;suggested
+ r-cluster
+ r-codetools
r-colorspace
r-digest
r-doparallel
@@ -6303,7 +6302,8 @@ Michailidis G (2016)
<doi:10.1093/bioinformatics/btw410>.")
r-registry
r-reshape2
r-rngtools
- r-stringr))
+ r-stringr
+ r-synchronicity)) ;suggested
(native-inputs
(list r-knitr))
(home-page "https://renozao.github.io/NMF")
- branch master updated (e02265a2f9 -> caa7a95157), guix-commits, 2024/02/10
- 06/45: gnu: r-ctrdata: Update to 1.17.1., guix-commits, 2024/02/10
- 04/45: gnu: r-servr: Update to 0.29., guix-commits, 2024/02/10
- 13/45: gnu: r-officer: Update to 0.6.4., guix-commits, 2024/02/10
- 01/45: gnu: r-nmf: Update to 0.27.,
guix-commits <=
- 12/45: gnu: r-ggseqlogo: Update to 0.2., guix-commits, 2024/02/10
- 08/45: gnu: r-extremes: Update to 2.1-4., guix-commits, 2024/02/10
- 11/45: gnu: r-xfun: Update to 0.42., guix-commits, 2024/02/10
- 09/45: gnu: r-limsolve: Update to 1.5.7.1., guix-commits, 2024/02/10
- 07/45: gnu: r-rmumps: Update to 5.2.1-27., guix-commits, 2024/02/10
- 05/45: gnu: r-rcppthread: Update to 2.1.7., guix-commits, 2024/02/10
- 10/45: gnu: r-cvxr: Update to 1.0-12., guix-commits, 2024/02/10
- 17/45: gnu: r-ggeffects: Update to 1.4.0., guix-commits, 2024/02/10
- 19/45: gnu: r-multicool: Update to 1.0.1., guix-commits, 2024/02/10
- 22/45: gnu: r-remacor: Update to 0.0.18., guix-commits, 2024/02/10