mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-nmf: Update to 0.23.0.
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.23.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
dec2a0c928
commit
0a41d9be2e
1 changed files with 4 additions and 2 deletions
|
@ -798,14 +798,14 @@ closely reconstructs the mutational profile.")
|
||||||
(define-public r-nmf
|
(define-public r-nmf
|
||||||
(package
|
(package
|
||||||
(name "r-nmf")
|
(name "r-nmf")
|
||||||
(version "0.22.0")
|
(version "0.23.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "NMF" version))
|
(uri (cran-uri "NMF" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b2ls3x1nkrnam45hagpys624nzxj3v7kxnp0q216yakvx5h57cq"))))
|
"0ls7q9yc9l1z10jphq5a11wkfgcxc3gm3sfjj376zx3vnc0wl30g"))))
|
||||||
(properties `((upstream-name . "NMF")))
|
(properties `((upstream-name . "NMF")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -826,6 +826,8 @@ closely reconstructs the mutational profile.")
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-rngtools" ,r-rngtools)
|
("r-rngtools" ,r-rngtools)
|
||||||
("r-stringr" ,r-stringr)))
|
("r-stringr" ,r-stringr)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "http://renozao.github.io/NMF")
|
(home-page "http://renozao.github.io/NMF")
|
||||||
(synopsis "Algorithms and framework for nonnegative matrix factorization")
|
(synopsis "Algorithms and framework for nonnegative matrix factorization")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue