mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
bd6912da83
commit
dc9388e01c
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ sample proximities between pairs of cases.")
|
||||||
(properties `((upstream-name . "RcppML")))
|
(properties `((upstream-name . "RcppML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix r-rcpp))
|
(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")
|
(home-page "https://github.com/zdebruine/RcppML")
|
||||||
(synopsis "Rcpp machine learning Library")
|
(synopsis "Rcpp machine learning Library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue