diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 11:58:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:04 +0100 |
commit | 4a8b1174795fca1e2fd64b5b4e4a4e4e4a399eae (patch) | |
tree | ab1574d1f2cf91aed9cb691537867076397fb88c | |
parent | c08358722c355b6b293b28d6baea47170f26b722 (diff) | |
download | guix-4a8b1174795fca1e2fd64b5b4e4a4e4e4a399eae.tar.gz guix-4a8b1174795fca1e2fd64b5b4e4a4e4e4a399eae.zip |
gnu: r-genie3: Add test inputs.
* gnu/packages/bioconductor.scm (r-genie3)[native-inputs]: Add r-testthat.
Change-Id: I8bbae783e0d6063feed92ad3cc1ca8860ae59ad7
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index ff4283439f..591b690b72 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20084,7 +20084,7 @@ cisTopics and explore the nature and regulatory proteins driving them.") (propagated-inputs (list r-dplyr r-reshape2)) (native-inputs - (list r-knitr)) + (list r-knitr r-testthat)) (home-page "https://bioconductor.org/packages/GENIE3") (synopsis "Gene network inference with ensemble of trees") (description |