mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-nnlm: Add missing input.
* gnu/packages/statistics.scm (r-nnlm)[native-inputs]: Add r-testthat. Change-Id: Id0acc0730f43e87d764b2938a299e3a0734358d5
This commit is contained in:
parent
c6fb9d8a3f
commit
537f9642eb
1 changed files with 1 additions and 1 deletions
|
@ -6977,7 +6977,7 @@ to any arbitrary string. In this case, it is up to you to set valid values.")
|
|||
(properties `((upstream-name . "NNLM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp r-rcpparmadillo r-rcppprogress))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/linxihui/NNLM")
|
||||
(synopsis "Fast and versatile non-negative matrix factorization")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue