guix-commits
[Top][All Lists]
Advanced

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

15/23: gnu: r-singlet: Add test inputs.


From: guix-commits
Subject: 15/23: gnu: r-singlet: Add test inputs.
Date: Mon, 25 Nov 2024 10:57:00 -0500 (EST)

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

commit b5255ac508b8701642056487e4c0dbc8151952be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 14:23:31 2024 +0100

    gnu: r-singlet: Add test inputs.
    
    * gnu/packages/bioinformatics.scm (r-singlet)[native-inputs]: Add 
r-testthat.
    
    Change-Id: I617f6bbb9e11ef00148571b94a4aaf2d445cfcb2
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 23f8790e2d..d8c5bcad1f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1611,7 +1611,7 @@ tests in large cohorts and biobanks (SAIGE-GENE+).")
                                r-reshape2
                                r-scuttle
                                r-seurat))
-      (native-inputs (list r-knitr))
+      (native-inputs (list r-knitr r-testthat))
       (home-page "https://github.com/zdebruine/singlet";)
       (synopsis "Non-negative Matrix Factorization for single-cell analysis")
       (description



reply via email to

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