mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-boruta: Add missing inputs.
* gnu/packages/cran.scm (r-boruta)[native-inputs]: Add r-rferns. Change-Id: I04475e0d30040203f958ee473d5bb1e3e23634d8
This commit is contained in:
parent
f611dd3da3
commit
62202e9190
1 changed files with 1 additions and 1 deletions
|
@ -37438,7 +37438,7 @@ (define-public r-boruta
|
|||
(properties `((upstream-name . "Boruta")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ranger))
|
||||
(native-inputs (list r-testthat))
|
||||
(native-inputs (list r-rferns r-testthat))
|
||||
(home-page "https://gitlab.com/mbq/Boruta/")
|
||||
(synopsis "Wrapper algorithm for all relevant feature selection")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue