gnu: r-bionero: Add test input.

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

Change-Id: I45e5adacd16c70b194f878a7831550860ec4a16b
This commit is contained in:
Ricardo Wurmus 2025-02-28 12:47:42 +01:00
parent cb2f52c7ea
commit ee67d29e01
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27306,7 +27306,9 @@ using aCGH or sequencing.")
(sha256
(base32
"08mhr9ichh2kynnwchmcqf4l0sn38v5sww6995jwqfyxy5vqvx4x"))))
(properties `((upstream-name . "BioNERO")))
(properties
'((upstream-name . "BioNERO")
(updater-extra-native-inputs . ("r-networkd3"))))
(build-system r-build-system)
(propagated-inputs
(list r-biocparallel
@ -27330,7 +27332,7 @@ using aCGH or sequencing.")
r-sva
r-wgcna))
(native-inputs
(list r-knitr r-testthat))
(list r-knitr r-networkd3 r-testthat))
(home-page "https://github.com/almeidasilvaf/BioNERO")
(synopsis "Biological network reconstruction omnibus")
(description