diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 11:58:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:02 +0100 |
commit | 73c97fd4f5695306974d89fed4e2a3a873702325 (patch) | |
tree | a12eefea3001fea08b547562b1c85b4ce2e21daa | |
parent | 20158192928c2cabf4f19cb2dd62ce81226d005a (diff) | |
download | guix-73c97fd4f5695306974d89fed4e2a3a873702325.tar.gz guix-73c97fd4f5695306974d89fed4e2a3a873702325.zip |
gnu: r-progeny: Add test inputs.
* gnu/packages/bioconductor.scm (r-progeny)[native-inputs]: Add r-testthat.
Change-Id: I70fa6c70741a244594c1d5794d99d80b3fed2d4f
-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 38caa340f8..5655284c38 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -18484,7 +18484,7 @@ rapid adapter trimming, identification, and read merging.") r-reshape2 r-tidyr)) (native-inputs - (list r-knitr)) + (list r-knitr r-testthat)) (home-page "https://github.com/saezlab/progeny") (synopsis "Pathway responsive gene activity inference") (description |