mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-nmf: Update to 0.27.
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.27. Change-Id: I85f44258abaaceeef6d20e3b3f29512560f5efbb
This commit is contained in:
parent
e02265a2f9
commit
2f68825fc9
1 changed files with 8 additions and 8 deletions
|
@ -6276,23 +6276,22 @@ (define-public r-netgsa
|
|||
(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 @@ (define-public r-nmf
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue