mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cellranger: Add test inputs.
* gnu/packages/statistics.scm (r-cellranger)[native-inputs]: Add r-knitr and r-testthat. Change-Id: I9bdeb53187c4c64463fb7a5df95b5ede155778b1
This commit is contained in:
parent
5861e3a371
commit
037de3800b
1 changed files with 1 additions and 0 deletions
|
@ -5136,6 +5136,7 @@ character vector.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rematch r-tibble))
|
(list r-rematch r-tibble))
|
||||||
|
(native-inputs (list r-knitr r-testthat))
|
||||||
(home-page "https://github.com/rsheets/cellranger")
|
(home-page "https://github.com/rsheets/cellranger")
|
||||||
(synopsis "Translate spreadsheet cell ranges to rows and columns")
|
(synopsis "Translate spreadsheet cell ranges to rows and columns")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue