gnu: r-psupertime: Add missing input.

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

Change-Id: I9993547e2e757b4218c2229495a7eaa0c8fecbe2
This commit is contained in:
Ricardo Wurmus 2024-11-26 16:28:26 +01:00
parent 92301c7a27
commit 32657c03bc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12420,7 +12420,7 @@ of microbiome data that existing correction methods have ignored so far.")
r-stringr r-stringr
r-summarizedexperiment r-summarizedexperiment
r-topgo)) r-topgo))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/wmacnair/psupertime") (home-page "https://github.com/wmacnair/psupertime")
(synopsis (synopsis
"Psupertime is supervised pseudotime for single cell RNAseq data") "Psupertime is supervised pseudotime for single cell RNAseq data")