guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/23: gnu: r-assertive-sets: Add test input.


From: guix-commits
Subject: 08/23: gnu: r-assertive-sets: Add test input.
Date: Mon, 25 Nov 2024 10:56:58 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit f0b7a567899e8c819529bae9138c033b0b757ecc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 14:09:28 2024 +0100

    gnu: r-assertive-sets: Add test input.
    
    * gnu/packages/cran.scm (r-assertive-sets)[native-inputs]: Add r-testthat.
    
    Change-Id: I701a52e5cc9508b84f57452c81fb00c635331a3e
---
 gnu/packages/cran.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b09d5b0bc0..fdf2530844 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23388,6 +23388,7 @@ who want to include run-time testing features in their 
own packages.")
     (build-system r-build-system)
     (propagated-inputs
      (list r-assertive-base))
+    (native-inputs (list r-testthat))
     (home-page "https://bitbucket.org/richierocks/assertive.sets";)
     (synopsis "Assertions to check properties of sets")
     (description



reply via email to

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