gnu: r-trajectoryutils: Add test input.

* gnu/packages/bioconductor.scm (r-trajectoryutils)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-biocparallel.

Change-Id: I01242353b10c92c2b548da5bf611438adb86a932
This commit is contained in:
Ricardo Wurmus 2025-02-28 10:45:42 +01:00
parent 31cfb6f6e0
commit 8814cd92f8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13840,13 +13840,15 @@ able to deal also with novel and case specific events.")
(base32
"10ldajw1a3naxy58w4zf9ri5ql93fd6r06cdwg2dyagsb8qg3l20"))))
(properties
`((upstream-name . "TrajectoryUtils")))
'((upstream-name . "TrajectoryUtils")
(updater-extra-native-inputs . ("r-biocparallel"))))
(build-system r-build-system)
(propagated-inputs
(list r-igraph r-matrix r-s4vectors r-singlecellexperiment
r-summarizedexperiment))
(native-inputs
(list r-biocneighbors
r-biocparallel
r-delayedmatrixstats
r-knitr
r-testthat))