guix-commits
[Top][All Lists]
Advanced

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

38/45: gnu: r-chromstar: Add missing input.


From: guix-commits
Subject: 38/45: gnu: r-chromstar: Add missing input.
Date: Wed, 27 Nov 2024 11:07:23 -0500 (EST)

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

commit fbd96618f75b2880542961346a22f628f72c3f1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 27 16:22:55 2024 +0100

    gnu: r-chromstar: Add missing input.
    
    * gnu/packages/bioconductor.scm (r-chromstar)[native-inputs]: Add 
r-testthat.
    
    Change-Id: I29897bb94f587adf210395dd28b6e3dc480ac74c
---
 gnu/packages/bioconductor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1ab96ed35d..3408ebebac 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -24970,7 +24970,7 @@ the earlier snpMatrix package, allowing for uncertainty 
in genotypes.")
            r-reshape2
            r-rsamtools
            r-s4vectors))
-    (native-inputs (list r-knitr))
+    (native-inputs (list r-knitr r-testthat))
     (home-page "https://github.com/ataudt/chromstaR";)
     (synopsis "Chromatin state analysis for ChIP-Seq data")
     (description



reply via email to

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