gnu: r-sctransform: Add test inputs.

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

Change-Id: I6815c3c99fa9f50316367be565a284c5215235a1
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:49 +01:00 committed by Andreas Enge
parent e02bc8c67e
commit 3252686241
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -28863,6 +28863,7 @@ (define-public r-sctransform
r-rcpparmadillo r-rcpparmadillo
r-reshape2 r-reshape2
r-rlang)) r-rlang))
(native-inputs (list r-testthat))
(home-page "https://github.com/ChristophH/sctransform") (home-page "https://github.com/ChristophH/sctransform")
(synopsis "Variance stabilizing transformations for Single Cell UMI Data") (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
(description (description