mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-mlinterfaces: Add missing inputs.
* gnu/packages/bioconductor.scm (r-mlinterfaces)[native-inputs]: Add r-golubesets. Change-Id: I509c44b49974c423ce138db74dc0275de5a6570d
This commit is contained in:
parent
d597926171
commit
270b9439c0
1 changed files with 1 additions and 1 deletions
|
@ -17206,7 +17206,7 @@ (define-public r-mlinterfaces
|
|||
r-shiny
|
||||
r-summarizedexperiment
|
||||
r-threejs))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-golubesets r-knitr r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/MLInterfaces/")
|
||||
(synopsis "Interfaces to R machine learning procedures")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue