mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-caret: Add missing inputs.
* gnu/packages/cran.scm (r-caret)[native-inputs]: Add r-fastica, r-mlmetrics, and r-themis. Change-Id: Ie165ff3c0c39146f12ea5018e8b5fc07e3d5cc26
This commit is contained in:
parent
aa82fa478b
commit
e4181d52d5
1 changed files with 1 additions and 1 deletions
|
@ -33654,7 +33654,7 @@ (define-public r-caret
|
|||
r-reshape2
|
||||
r-withr))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-fastica r-knitr r-mlmetrics r-testthat r-themis))
|
||||
(home-page "https://github.com/topepo/caret")
|
||||
(synopsis "Classification and regression training")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue