diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 11:58:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:03 +0100 |
commit | 498c41d6ee7ae16075fd39e65a2c03640563c8dd (patch) | |
tree | eb30a7dc3b05f9b3521cfd37bc7d97e6991ccdfd | |
parent | 3a66a7c11f5bff4b3c7a6707daa04b74d192820b (diff) | |
download | guix-498c41d6ee7ae16075fd39e65a2c03640563c8dd.tar.gz guix-498c41d6ee7ae16075fd39e65a2c03640563c8dd.zip |
gnu: r-flames: Add test inputs.
* gnu/packages/bioconductor.scm (r-flames)[native-inputs]: Add r-testthat.
Change-Id: Ib07837a078cf5f1053691cff4c398685e0105377
-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 fa9dec28dd..f08fd64b1d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19090,7 +19090,7 @@ and to both short and long sequence reads.") r-tidyselect r-txdbmaker r-withr)) - (native-inputs (list r-knitr)) + (native-inputs (list r-knitr r-testthat)) (home-page "https://github.com/OliverVoogd/FLAMES") (synopsis "Full Length Analysis of Mutations and Splicing in long read RNA-seq data") |