gnu: r-paradox: Add missing input.
* gnu/packages/cran.scm (r-paradox)[native-inputs]: Add r-knitr. Change-Id: I158072d418b0d0afea2862620527e646d1c40360master
parent
860f763400
commit
7ccd8ade8b
|
@ -38864,6 +38864,7 @@ barplots, boxplots, histograms, ROC curves, and precision-recall curves.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
|
(list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://paradox.mlr-org.com/")
|
(home-page "https://paradox.mlr-org.com/")
|
||||||
(synopsis "Define and work with parameter spaces for complex algorithms")
|
(synopsis "Define and work with parameter spaces for complex algorithms")
|
||||||
(description "With this package it is possible to define parameter spaces,
|
(description "With this package it is possible to define parameter spaces,
|
||||||
|
|
Reference in New Issue