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:
Ricardo Wurmus 2024-11-22 12:00:34 +01:00
parent 5861e3a371
commit 037de3800b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5136,6 +5136,7 @@ character vector.")
(build-system r-build-system)
(propagated-inputs
(list r-rematch r-tibble))
(native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/rsheets/cellranger")
(synopsis "Translate spreadsheet cell ranges to rows and columns")
(description