[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 03:12:02 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 45983b41ee698cefa99c1f91c54a990c9b742ef7
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,
- 200/224: gnu: r-genomicranges: Update to 1.56.1., (continued)
- 200/224: gnu: r-genomicranges: Update to 1.56.1., 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
- 206/224: gnu: r-sesame: Update to 1.22.2., guix-commits, 2024/07/17
- 207/224: gnu: r-spectra: Update to 1.14.1., guix-commits, 2024/07/17
- 208/224: gnu: r-stringdb: Update to 2.16.4., guix-commits, 2024/07/17
- 210/224: gnu: r-zellkonverter: Update to 1.14.1., guix-commits, 2024/07/17
- 212/224: gnu: r-qfeatures: Update to 1.14.1., guix-commits, 2024/07/17
- 218/224: gnu: r-opencyto: Update to 2.16.1., guix-commits, 2024/07/17
- 221/224: gnu: r-s4arrays: Update to 1.4.1., guix-commits, 2024/07/17
- 224/224: gnu: r-paradox: Add missing input.,
guix-commits <=