me
/
guix
Archived
1
0
Fork 0

gnu: r-paradox: Add missing input.

* gnu/packages/cran.scm (r-paradox)[native-inputs]: Add r-knitr.

Change-Id: I158072d418b0d0afea2862620527e646d1c40360
master
Ricardo Wurmus 2024-07-05 03:31:56 +02:00
parent 860f763400
commit 7ccd8ade8b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -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,