mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-alabaster-base: Add test input.
* gnu/packages/bioconductor.scm (r-alabaster-base)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-matrix. Change-Id: I6feee2b0e7d035ea329bf67cfcebc41e78bf09ec
This commit is contained in:
parent
e21fff596e
commit
3ba4dcdbc3
1 changed files with 4 additions and 2 deletions
|
@ -4280,7 +4280,9 @@ datasets.")
|
|||
(uri (bioconductor-uri "alabaster.base" version))
|
||||
(sha256
|
||||
(base32 "02bgq5z7p2di62d8167qd02drhrwyjk3c9iq38g7lbk89vbi1f1h"))))
|
||||
(properties `((upstream-name . "alabaster.base")))
|
||||
(properties
|
||||
'((upstream-name . "alabaster.base")
|
||||
(updater-extra-native-inputs . ("r-matrix"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
(propagated-inputs (list r-alabaster-schemas
|
||||
|
@ -4290,7 +4292,7 @@ datasets.")
|
|||
r-rhdf5
|
||||
r-rhdf5lib
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-matrix r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/alabaster.base")
|
||||
(synopsis "Save Bioconductor objects to file")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue