guix-commits
[Top][All Lists]
Advanced

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

10/23: gnu: r-assertive-models: Add test input.


From: guix-commits
Subject: 10/23: gnu: r-assertive-models: 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 223363aeadb693dad44cba564bff5ef947dcac1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 14:09:50 2024 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9ea21cbc0d..552ceaa5ff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23439,6 +23439,7 @@ packages.")
     (build-system r-build-system)
     (propagated-inputs
      (list r-assertive-base))
+    (native-inputs (list r-testthat))
     (home-page "https://bitbucket.org/richierocks/assertive.models";)
     (synopsis "Assertions to check properties of models")
     (description



reply via email to

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