guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]