mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
31cfb6f6e0
commit
8814cd92f8
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue