mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-paradox: Add missing input.
* gnu/packages/cran.scm (r-paradox)[native-inputs]: Add r-knitr. Change-Id: I158072d418b0d0afea2862620527e646d1c40360
This commit is contained in:
parent
860f763400
commit
7ccd8ade8b
1 changed files with 1 additions and 0 deletions
|
@ -38864,6 +38864,7 @@ (define-public r-paradox
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://paradox.mlr-org.com/")
|
||||
(synopsis "Define and work with parameter spaces for complex algorithms")
|
||||
(description "With this package it is possible to define parameter spaces,
|
||||
|
|
Loading…
Reference in a new issue