mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-rcppml/devel: Add missing input.
* gnu/packages/machine-learning.scm (r-rcppml/devel)[native-inputs]: Add r-testthat. Change-Id: I6a5c29c82d2417d53684dbb278ce4b1703988ffa
This commit is contained in:
parent
9f6ff92e78
commit
8de6c4af60
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ (define-public r-rcppml/devel
|
|||
(properties `((upstream-name . "RcppML")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-rcpp))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/zdebruine/RcppML")
|
||||
(synopsis "Rcpp machine learning Library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue