gnu: r-rbowtie2: Add test inputs.

* gnu/packages/bioconductor.scm (r-rbowtie2)[native-inputs]: Add r-testthat.

Change-Id: I028f86507e0932399040c80fc192cc94a92ddeee
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:58:45 +01:00
parent bbe6002390
commit 2015819292
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18453,7 +18453,7 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(inputs
(list samtools zlib))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://bioconductor.org/packages/Rbowtie2/")
(synopsis "R wrapper for Bowtie2 and AdapterRemoval")
(description