mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mbkmeans: Add test input.
* gnu/packages/bioconductor.scm (r-mbkmeans)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-hdf5array. Change-Id: I719f38814ce5bd79a509db2b1daf9133501fdb69
This commit is contained in:
parent
a50fedc120
commit
0ccd8f222a
1 changed files with 3 additions and 1 deletions
|
@ -14952,9 +14952,11 @@ before and after correcting for batch effects.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0alm36lj0p541wyrk85ddyk8g4sscip54532i8pkb6a8mclp9cp3"))))
|
"0alm36lj0p541wyrk85ddyk8g4sscip54532i8pkb6a8mclp9cp3"))))
|
||||||
|
(properties
|
||||||
|
'((updater-extra-native-inputs . ("r-hdf5array"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-hdf5array r-knitr r-testthat))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
r-benchmarkme
|
r-benchmarkme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue