[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch r-team updated: gnu: r-paradox: Add missing input.
From: |
guix-commits |
Subject: |
branch r-team updated: gnu: r-paradox: Add missing input. |
Date: |
Thu, 04 Jul 2024 21:32:48 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch r-team
in repository guix.
The following commit(s) were added to refs/heads/r-team by this push:
new d763e065dc gnu: r-paradox: Add missing input.
d763e065dc is described below
commit d763e065dc6a2548efbe491ee0cadf86f7ea8c33
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch r-team updated: gnu: r-paradox: Add missing input.,
guix-commits <=