mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
07388c8395
commit
9a99159e85
1 changed files with 1 additions and 1 deletions
|
@ -6977,7 +6977,7 @@ (define-public r-nnlm
|
|||
(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…
Reference in a new issue