[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/224: gnu: r-paradox: Add missing input.
From: |
guix-commits |
Subject: |
224/224: gnu: r-paradox: Add missing input. |
Date: |
Wed, 17 Jul 2024 17:19:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7ccd8ade8b17897281bb6793acf121a88a1137e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 5 03:31:56 2024 +0200
gnu: r-paradox: Add missing input.
* gnu/packages/cran.scm (r-paradox)[native-inputs]: Add r-knitr.
Change-Id: I158072d418b0d0afea2862620527e646d1c40360
---
gnu/packages/cran.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 949041af4c..32ee25e1ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38864,6 +38864,7 @@ barplots, boxplots, histograms, ROC curves, and
precision-recall curves.")
(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,
- 160/224: gnu: r-highr: Update to 0.11., (continued)
- 160/224: gnu: r-highr: Update to 0.11., guix-commits, 2024/07/17
- 190/224: gnu: r-alabaster-se: Update to 1.4.1., guix-commits, 2024/07/17
- 193/224: gnu: r-delayedarray: Update to 0.30.1., guix-commits, 2024/07/17
- 198/224: gnu: r-enmix: Update to 1.40.2., guix-commits, 2024/07/17
- 192/224: gnu: r-decoupler: Update to 2.10.0., guix-commits, 2024/07/17
- 197/224: gnu: r-champ: Update to 2.34.0., guix-commits, 2024/07/17
- 196/224: gnu: r-biostrings: Update to 2.72.1., guix-commits, 2024/07/17
- 205/224: gnu: r-mmuphin: Update to 1.18.1., guix-commits, 2024/07/17
- 211/224: gnu: r-oligo: Update to 1.68.2., guix-commits, 2024/07/17
- 215/224: gnu: r-residualmatrix: Update to 1.14.1., guix-commits, 2024/07/17
- 224/224: gnu: r-paradox: Add missing input.,
guix-commits <=