diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 11:58:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:58:59 +0100 |
commit | 3dc25797c2d68d0b2a854a49a4a09d2f71b9f54e (patch) | |
tree | 5abb9bd3c295e15e0b6d1552552b76583b2fb778 | |
parent | 322f098c4645214d5795e86198bc5c3e1c01114b (diff) | |
download | guix-3dc25797c2d68d0b2a854a49a4a09d2f71b9f54e.tar.gz guix-3dc25797c2d68d0b2a854a49a4a09d2f71b9f54e.zip |
gnu: r-milor: Add test inputs.
* gnu/packages/bioconductor.scm (r-milor)[native-inputs]: Add r-testthat.
Change-Id: Iedfa977c9167942ec473003be0a030f5f51fb772
-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 f58e66817e..3472c31fa7 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16016,7 +16016,7 @@ experiments.") r-summarizedexperiment r-tibble r-tidyr)) - (native-inputs (list r-knitr)) + (native-inputs (list r-knitr r-testthat)) (home-page "https://marionilab.github.io/miloR") (synopsis "Differential neighbourhood abundance testing on a graph") (description |